Class CredentialsHandler
- java.lang.Object
-
- org.jenkinsci.plugins.googleplayandroidpublisher.CredentialsHandler
-
public class CredentialsHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description CredentialsHandler(String googleCredentialsId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.jenkins.plugins.credentials.oauth.GoogleRobotCredentials
getServiceAccountCredentials(Item item)
-
-
-
Constructor Detail
-
CredentialsHandler
public CredentialsHandler(String googleCredentialsId) throws CredentialsException
- Throws:
CredentialsException
-
-
Method Detail
-
getServiceAccountCredentials
public final com.google.jenkins.plugins.credentials.oauth.GoogleRobotCredentials getServiceAccountCredentials(Item item) throws UploadException
- Returns:
- The Google API credentials configured for this job.
- Throws:
UploadException
-
-