Uses of Class
com.google.jenkins.plugins.credentials.oauth.GoogleRobotCredentialsModule
Packages that use GoogleRobotCredentialsModule
Package
Description
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.oauthModifier and TypeClassDescriptionclassAn abstraction interface for instantiating the dependencies of theGoogleRobotMetadataCredentials.Methods in com.google.jenkins.plugins.credentials.oauth that return GoogleRobotCredentialsModuleModifier and TypeMethodDescriptionGoogleRobotCredentials.AbstractGoogleRobotCredentialsDescriptor.getModule()The module to use for instantiating depended upon resourcesGoogleRobotCredentials.getModule()Fetch the module used for instantiating the dependencies of credentialsConstructors in com.google.jenkins.plugins.credentials.oauth with parameters of type GoogleRobotCredentialsModuleModifierConstructorDescriptionprotectedAbstractGoogleRobotCredentialsDescriptor(Class<? extends GoogleRobotCredentials> clazz, GoogleRobotCredentialsModule module) protectedGoogleRobotCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, String projectId, GoogleRobotCredentialsModule module) Deprecated.protectedGoogleRobotCredentials(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.protectedGoogleRobotCredentials(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.