Uses of Class
com.google.jenkins.plugins.credentials.oauth.GoogleRobotCredentials
-
Packages that use GoogleRobotCredentials Package Description com.google.jenkins.plugins.credentials.oauth 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.oauth Modifier and Type Class Description class
GoogleRobotMetadataCredentials
An implementation ofGoogleRobotCredentials
that produces OAuth2 access tokens using the metadata service attached to Google Compute instances.class
GoogleRobotPrivateKeyCredentials
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 GoogleRobotCredentials Modifier and Type Method Description GoogleRobotCredentials
GoogleRobotCredentials. forRemote(GoogleOAuth2ScopeRequirement requirement)
Retrieve a version of the credential that can be used on a remote machine.static GoogleRobotCredentials
GoogleRobotCredentials. getById(String id)
Retrieves theGoogleRobotCredentials
identified byid
.Methods in com.google.jenkins.plugins.credentials.oauth with parameters of type GoogleRobotCredentials Modifier and Type Method Description String
GoogleRobotNameProvider. getName(GoogleRobotCredentials credentials)
Constructor parameters in com.google.jenkins.plugins.credentials.oauth with type arguments of type GoogleRobotCredentials Constructor Description AbstractGoogleRobotCredentialsDescriptor(Class<? extends GoogleRobotCredentials> clazz)
AbstractGoogleRobotCredentialsDescriptor(Class<? extends GoogleRobotCredentials> clazz, GoogleRobotCredentialsModule module)
-