Uses of Class
org.jenkinsci.plugins.googleplayandroidpublisher.UploadException
-
Packages that use UploadException Package Description org.jenkinsci.plugins.googleplayandroidpublisher -
-
Uses of UploadException in org.jenkinsci.plugins.googleplayandroidpublisher
Subclasses of UploadException in org.jenkinsci.plugins.googleplayandroidpublisher Modifier and Type Class Description class
CredentialsException
Thrown when there's a local configuration error with the Google Play credentials.class
EphemeralCredentialsException
Thrown when there's a temporary problem with validating the Google Play credentials.class
PublisherApiException
Thrown when a call to the Google Play API throws an exception.Methods in org.jenkinsci.plugins.googleplayandroidpublisher that throw UploadException Modifier and Type Method Description V
AbstractPublisherTask. call()
protected abstract V
AbstractPublisherTask. execute()
protected Boolean
InternalAppSharingUploadTask. execute()
protected com.google.api.services.androidpublisher.AndroidPublisher.Edits
AbstractPublisherTask. getEditService()
protected com.google.api.services.androidpublisher.AndroidPublisher.Internalappsharingartifacts
AbstractPublisherTask. getInternalAppSharing()
com.google.jenkins.plugins.credentials.oauth.GoogleRobotCredentials
CredentialsHandler. getServiceAccountCredentials(Item item)
-