Uses of Class
com.google.jenkins.plugins.credentials.oauth.GoogleRobotCredentialsModule
-
Packages that use GoogleRobotCredentialsModule Package Description com.google.jenkins.plugins.credentials.oauth This package implements Jenkins plugins providing Google-specific OAuth2 Credentials, Domain Requirements and Specifications. -
-
Uses of GoogleRobotCredentialsModule in com.google.jenkins.plugins.credentials.oauth
Subclasses of GoogleRobotCredentialsModule in com.google.jenkins.plugins.credentials.oauth Modifier and Type Class Description class
GoogleRobotMetadataCredentialsModule
An abstraction interface for instantiating the dependencies of theGoogleRobotMetadataCredentials
.Methods in com.google.jenkins.plugins.credentials.oauth that return GoogleRobotCredentialsModule Modifier and Type Method Description GoogleRobotCredentialsModule
GoogleRobotCredentials.AbstractGoogleRobotCredentialsDescriptor. getModule()
The module to use for instantiating depended upon resourcesGoogleRobotCredentialsModule
GoogleRobotCredentials. getModule()
Fetch the module used for instantiating the dependencies of credentialsConstructors in com.google.jenkins.plugins.credentials.oauth with parameters of type GoogleRobotCredentialsModule Constructor Description AbstractGoogleRobotCredentialsDescriptor(Class<? extends GoogleRobotCredentials> clazz, GoogleRobotCredentialsModule module)
GoogleRobotCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, String projectId, GoogleRobotCredentialsModule module)
Deprecated.GoogleRobotCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, String projectId, String description, GoogleRobotCredentialsModule module)
Base constructor for populating the scope, name, id, and project id for Google credentials.GoogleRobotCredentials(String projectId, GoogleRobotCredentialsModule module)
Deprecated.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.
-