Uses of Class
com.google.jenkins.plugins.credentials.oauth.GoogleRobotMetadataCredentialsModule
-
Packages that use GoogleRobotMetadataCredentialsModule Package Description com.google.jenkins.plugins.credentials.oauth This package implements Jenkins plugins providing Google-specific OAuth2 Credentials, Domain Requirements and Specifications. -
-
Uses of GoogleRobotMetadataCredentialsModule in com.google.jenkins.plugins.credentials.oauth
Methods in com.google.jenkins.plugins.credentials.oauth that return GoogleRobotMetadataCredentialsModule Modifier and Type Method Description GoogleRobotMetadataCredentialsModule
GoogleRobotMetadataCredentials.Descriptor. getModule()
The module to use for instantiating depended upon resourcesGoogleRobotMetadataCredentialsModule
GoogleRobotMetadataCredentials. getModule()
Fetch the module used for instantiating the dependencies of credentialsConstructors in com.google.jenkins.plugins.credentials.oauth with parameters of type GoogleRobotMetadataCredentialsModule Constructor Description GoogleRobotMetadataCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, String projectId, GoogleRobotMetadataCredentialsModule module)
Deprecated.GoogleRobotMetadataCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, String projectId, String description, GoogleRobotMetadataCredentialsModule module)
Construct a set of service account credentials with a specific id.GoogleRobotMetadataCredentials(String projectId, GoogleRobotMetadataCredentialsModule module)
Deprecated.
-