Interface JenkinsUtil
-
- All Known Implementing Classes:
UtilsImpl
public interface JenkinsUtil
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.api.services.androidpublisher.AndroidPublishercreatePublisherClient(com.google.jenkins.plugins.credentials.oauth.GoogleRobotCredentials credentials, String pluginVersion)StringgetPluginVersion()
-
-
-
Method Detail
-
getPluginVersion
String getPluginVersion()
- Returns:
- The version of this Jenkins plugin, e.g. "1.0" or "1.1-SNAPSHOT" (for dev releases).
-
createPublisherClient
com.google.api.services.androidpublisher.AndroidPublisher createPublisherClient(com.google.jenkins.plugins.credentials.oauth.GoogleRobotCredentials credentials, String pluginVersion) throws GeneralSecurityException- Throws:
GeneralSecurityException
-
-