Uses of Interface
com.google.jenkins.plugins.credentials.oauth.GoogleOAuth2Credentials
-
Packages that use GoogleOAuth2Credentials Package Description com.google.jenkins.plugins.credentials.oauth This package implements Jenkins plugins providing Google-specific OAuth2 Credentials, Domain Requirements and Specifications. -
-
Uses of GoogleOAuth2Credentials in com.google.jenkins.plugins.credentials.oauth
Classes in com.google.jenkins.plugins.credentials.oauth that implement GoogleOAuth2Credentials Modifier and Type Class Description class
GoogleRobotCredentials
The base implementation of service account (aka robot) credentials using OAuth2.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.
-