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 classAn implementation ofGoogleRobotCredentialsthat produces OAuth2 access tokens using the metadata service attached to Google Compute instances.final classA 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 GoogleRobotCredentialsRetrieves theGoogleRobotCredentialsidentified 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 GoogleRobotCredentialsModifierConstructorDescriptionprotectedAbstractGoogleRobotCredentialsDescriptor(Class<? extends GoogleRobotCredentials> clazz) protectedAbstractGoogleRobotCredentialsDescriptor(Class<? extends GoogleRobotCredentials> clazz, GoogleRobotCredentialsModule module)