Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.
ntrowles edited this page Aug 1, 2016 · 1 revision

Documentation

The phone-home-api is used to send information to the BlackDuck Software internal Integrations server. The

PhoneHomeClient

class is used to send a

PhoneHomeInfo

object to the server.

From an integrations standpoint. The

PhoneHomeClient.callHomeIntegrations(String regId, String blackDuckName, String blackDuckVersion, String thirdPartyName, String thirdPartyVersion, String pluginVersion)

method should be used to send the relevant information to the server.

Release Notes:

1.0.0

  • Initial release
Clone this wiki locally