Uses of Class
com.google.jenkins.plugins.credentials.oauth.ServiceAccountConfig
Packages that use ServiceAccountConfig
Package
Description
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.oauthModifier and TypeClassDescriptionclass
Provides authentication mechanism for a service account by setting a JSON private key file.class
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 ServiceAccountConfigConstructors in com.google.jenkins.plugins.credentials.oauth with parameters of type ServiceAccountConfigModifierConstructorDescriptionGoogleRobotPrivateKeyCredentials
(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.