- GerritSourceScopeRequirement - Class in com.google.jenkins.plugins.source
-
The required OAuth2 scopes for accessing a Google hosted repository.
- GerritSourceScopeRequirement() - Constructor for class com.google.jenkins.plugins.source.GerritSourceScopeRequirement
-
- getBranch() - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadata
-
Deprecated.
- getCredentials() - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePassword
-
Retrieve our wrapped credentials based on the above ID we store.
- getCredentials(Class<C>, ItemGroup, Authentication) - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePasswordProvider
- getCredentials(Class<C>, ItemGroup, Authentication, List<DomainRequirement>) - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePasswordProvider
- getCredentialsId() - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePassword
-
Return the unique ID of the inner GoogleRobotCredentials
that this
Username/Password proxy is wrapping.
- getDescription() - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePassword
- getDescriptor() - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePassword
- getDomain() - Method in enum com.google.jenkins.plugins.source.GoogleRobotUsernamePasswordModule.Strategy
-
- getIdentity(GoogleRobotCredentials) - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePasswordModule
-
Retrieve the identity associated with the given
GoogleRobotCredentials
.
- getKey() - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadata
-
Deprecated.
- getLastAuthor() - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadata
-
Deprecated.
- getName(GoogleRobotUsernamePassword) - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePassword.NameProvider
- getPassword() - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePassword
- getRepoUrl() - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadata
-
Deprecated.
- getRequirement() - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePasswordModule
-
- getRevision() - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadata
-
Deprecated.
- getSCM() - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadata
-
Deprecated.
- getScope() - Method in enum com.google.jenkins.plugins.source.GoogleRobotUsernamePasswordModule.Strategy
-
- getScopes() - Method in class com.google.jenkins.plugins.source.CloudPlatformSourceScopeRequirement
- getScopes() - Method in class com.google.jenkins.plugins.source.GerritSourceScopeRequirement
- getStrategy() - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePasswordModule
-
- getToken(GoogleRobotCredentials) - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePasswordModule
-
Retrieve an access token for the given GoogleRobotCredentials
.
- getUsername() - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePassword
- getUsername(GoogleRobotCredentials) - Method in enum com.google.jenkins.plugins.source.GoogleRobotUsernamePasswordModule.Strategy
-
- GoogleRobotUsernamePassword - Class in com.google.jenkins.plugins.source
-
This new kind of credential provides an embedded
GoogleRobotCredentials
as a username and password for use with a
hudson.scm.SCM
.
- GoogleRobotUsernamePassword(String, GoogleRobotUsernamePasswordModule) - Constructor for class com.google.jenkins.plugins.source.GoogleRobotUsernamePassword
-
Constructs a username and password credential wrapper around the existing
credential, specified by credentialsId
.
- GoogleRobotUsernamePassword.EnclosingDomainRequirementProvider - Class in com.google.jenkins.plugins.source
-
We do not have a descriptor, so that we won't show up in the user interface
as a credential that can be explicitly created, so we will not be
discovered by the DescribableDomainRequirementProvider.
- GoogleRobotUsernamePassword.NameProvider - Class in com.google.jenkins.plugins.source
-
Provide a name that the user will understand, in the dropdown
shown by hudson.scm.SCM
s.
- GoogleRobotUsernamePassword_DisplayName() - Static method in class com.google.jenkins.plugins.source.Messages
-
Key GoogleRobotUsernamePassword.DisplayName
: Google
Service Account source control password
.
- GoogleRobotUsernamePassword_ListingWrapper(Object) - Static method in class com.google.jenkins.plugins.source.Messages
-
Key GoogleRobotUsernamePassword.ListingWrapper
: {0}
service account
.
- GoogleRobotUsernamePassword_UnableToRefreshToken() - Static method in class com.google.jenkins.plugins.source.Messages
-
Key GoogleRobotUsernamePassword.UnableToRefreshToken
: Unable to refresh the service account's access token
.
- GoogleRobotUsernamePasswordModule - Class in com.google.jenkins.plugins.source
-
- GoogleRobotUsernamePasswordModule(GoogleRobotUsernamePasswordModule.Strategy) - Constructor for class com.google.jenkins.plugins.source.GoogleRobotUsernamePasswordModule
-
- GoogleRobotUsernamePasswordModule.Strategy - Enum in com.google.jenkins.plugins.source
-
Strategy for choosing the username based on URL patterns.
- GoogleRobotUsernamePasswordProvider - Class in com.google.jenkins.plugins.source
-
This class automatically wraps existing GoogleRobotCredentials instances
into a username password credential type that is compatible with source
control plugins like the Git Plugin.
- GoogleRobotUsernamePasswordProvider() - Constructor for class com.google.jenkins.plugins.source.GoogleRobotUsernamePasswordProvider
-