Uses of Class
com.google.jenkins.plugins.credentials.oauth.GoogleRobotMetadataCredentialsModule
Packages that use GoogleRobotMetadataCredentialsModule
Package
Description
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 GoogleRobotMetadataCredentialsModuleModifier and TypeMethodDescriptionGoogleRobotMetadataCredentials.Descriptor.getModule()
The module to use for instantiating depended upon resourcesGoogleRobotMetadataCredentials.getModule()
Fetch the module used for instantiating the dependencies of credentialsConstructors in com.google.jenkins.plugins.credentials.oauth with parameters of type GoogleRobotMetadataCredentialsModuleModifierConstructorDescriptionGoogleRobotMetadataCredentials
(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.