Uses of Class
com.google.jenkins.plugins.credentials.oauth.ServiceAccountConfig
-
Packages that use ServiceAccountConfig Package Description com.google.jenkins.plugins.credentials.oauth This package implements Jenkins plugins providing Google-specific OAuth2 Credentials, Domain Requirements and Specifications. -
-
Uses of ServiceAccountConfig in com.google.jenkins.plugins.credentials.oauth
Subclasses of ServiceAccountConfig in com.google.jenkins.plugins.credentials.oauth Modifier and Type Class Description class
JsonServiceAccountConfig
Provides authentication mechanism for a service account by setting a JSON private key file.class
P12ServiceAccountConfig
Provides authentication mechanism for a service account by setting a service account email address and P12 private key file.Methods in com.google.jenkins.plugins.credentials.oauth that return ServiceAccountConfig Modifier and Type Method Description ServiceAccountConfig
GoogleRobotPrivateKeyCredentials. getServiceAccountConfig()
Constructors in com.google.jenkins.plugins.credentials.oauth with parameters of type ServiceAccountConfig Constructor Description GoogleRobotPrivateKeyCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, String projectId, ServiceAccountConfig serviceAccountConfig, GoogleRobotCredentialsModule module)
Deprecated.GoogleRobotPrivateKeyCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, String projectId, String description, ServiceAccountConfig serviceAccountConfig, GoogleRobotCredentialsModule module)
Construct a set of service account credentials with a specific id.GoogleRobotPrivateKeyCredentials(String projectId, ServiceAccountConfig serviceAccountConfig, GoogleRobotCredentialsModule module)
Deprecated.
-