Uses of Class
com.google.jenkins.plugins.credentials.oauth.GoogleRobotCredentials
Packages that use GoogleRobotCredentials
Package
Description
This package implements Jenkins plugins providing Google-specific OAuth2 Credentials, Domain
Requirements and Specifications.
-
Uses of GoogleRobotCredentials in com.google.jenkins.plugins.credentials.oauth
Subclasses of GoogleRobotCredentials in com.google.jenkins.plugins.credentials.oauthModifier and TypeClassDescriptionfinal class
An implementation ofGoogleRobotCredentials
that produces OAuth2 access tokens using the metadata service attached to Google Compute instances.final class
A set of Google service account credentials for a cloud project to use for authenticating against Google service APIs.Methods in com.google.jenkins.plugins.credentials.oauth that return GoogleRobotCredentialsModifier and TypeMethodDescriptionGoogleRobotCredentials.forRemote
(GoogleOAuth2ScopeRequirement requirement) Retrieve a version of the credential that can be used on a remote machine.static GoogleRobotCredentials
Retrieves theGoogleRobotCredentials
identified byid
.Methods in com.google.jenkins.plugins.credentials.oauth with parameters of type GoogleRobotCredentialsModifier and TypeMethodDescriptionGoogleRobotNameProvider.getName
(GoogleRobotCredentials credentials) Constructor parameters in com.google.jenkins.plugins.credentials.oauth with type arguments of type GoogleRobotCredentialsModifierConstructorDescriptionprotected
AbstractGoogleRobotCredentialsDescriptor
(Class<? extends GoogleRobotCredentials> clazz) protected
AbstractGoogleRobotCredentialsDescriptor
(Class<? extends GoogleRobotCredentials> clazz, GoogleRobotCredentialsModule module)