C E F G H I J M N O P S T V _ 

C

CloudPlatformSourceScopeRequirement - Class in com.google.jenkins.plugins.source
The required OAuth2 scopes for accessing a Google hosted repository.
CloudPlatformSourceScopeRequirement() - Constructor for class com.google.jenkins.plugins.source.CloudPlatformSourceScopeRequirement
 
com.google.jenkins.plugins.metadata.scm - package com.google.jenkins.plugins.metadata.scm
 
com.google.jenkins.plugins.source - package com.google.jenkins.plugins.source
 

E

equals(Object) - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadata
extract(Run<?, ?>, SCM, ChangeLogSet<?>) - Static method in class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor
Extracts zero or more SourceMetadata from the given build and returns them.
extract(Run<?, ?>, ChangeLogSet<?>) - Static method in class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromBuildActions
Runs all registered extensions to extract metadata from the given Run and ChangeLogSet and returns them.
extract(SCM) - Static method in class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromSCM
Runs applicable registered extensions to extract metadata from the given SCM and returns them.
extract(Run<?, ?>, SCM, ChangeLogSet<?>) - Method in interface com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.Module
 
extractFromBuildActions(Run<?, ?>, ChangeLogSet<?>) - Method in interface com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.Module
 
extractFromSCM(SCM) - Method in interface com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.Module
 

F

forRemote(GoogleRobotCredentials) - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePasswordModule
Return a version of the module that is capable of being used on a remote machine, with a specific set of credentials.

G

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
 
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.
getDedupeTag(String) - Static method in class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromMercurialSCM
 
getDefaultModule() - Static method in class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor
Returns a Module that calls the default SourceMetadataExtractor implementation.
getDescription() - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePassword
getDescriptor() - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePassword
getDescriptorList(Class<T>) - Static method in class com.google.jenkins.plugins.metadata.scm.JenkinsUtils
Similar to Jenkins#getDescriptorList() but return empty collection in case running without Jenkins.
getDomain() - Method in enum com.google.jenkins.plugins.source.GoogleRobotUsernamePasswordModule.Strategy
 
getExtensionList(Class<T>) - Static method in class com.google.jenkins.plugins.metadata.scm.JenkinsUtils
Similar to Jenkins#getExtensionList() but return empty collection in case running without Jenkins.
getIdentity(GoogleRobotCredentials) - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePasswordModule
Retrieve the identity associated with the given GoogleRobotCredentials.
getInstanceOrDie() - Static method in class com.google.jenkins.plugins.metadata.scm.JenkinsUtils
 
getKey() - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadata
 
getLabels() - Static method in class com.google.jenkins.plugins.metadata.scm.JenkinsUtils
 
getLastAuthor() - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadata
 
getLatestAuthor(ChangeLogSet<?>) - Static method in class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromBuildActions
 
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
 
getRequirement() - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePasswordModule
 
getRevision() - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadata
 
getSCM() - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadata
 
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
getSourceMetadata(Run<?, ?>, ChangeLogSet<?>) - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromBuildActions
Extracts and returns metadata from a Run and associated ChangeLogSet.
getSourceMetadata(Run<?, ?>, ChangeLogSet<?>) - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromGitBuildActions
 
getSourceMetadata(Run<?, ?>, ChangeLogSet<?>) - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromMercurialBuildActions
 
getSourceMetadata(SCM) - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromMercurialSCM
 
getSourceMetadata(SCM) - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromMultiSCM
 
getSourceMetadata(SCM) - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromSCM
Extracts and returns metadata from an instance of T.
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 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.EnclosingDomainRequirementProvider() - Constructor for class com.google.jenkins.plugins.source.GoogleRobotUsernamePassword.EnclosingDomainRequirementProvider
 
GoogleRobotUsernamePassword.NameProvider - Class in com.google.jenkins.plugins.source
Provide a name that the user will understand, in the dropdown shown by SCMs.
GoogleRobotUsernamePassword.NameProvider() - Constructor for class com.google.jenkins.plugins.source.GoogleRobotUsernamePassword.NameProvider
 
GoogleRobotUsernamePassword_DisplayName() - Static method in class com.google.jenkins.plugins.source.Messages
Google Service Account source control password
GoogleRobotUsernamePassword_ListingWrapper(Object) - Static method in class com.google.jenkins.plugins.source.Messages
{0} service account
GoogleRobotUsernamePassword_UnableToRefreshToken() - Static method in class com.google.jenkins.plugins.source.Messages
Unable to refresh the service account's access token
GoogleRobotUsernamePasswordModule - Class in com.google.jenkins.plugins.source
Module to abstract the instantiation of dependencies of the GoogleRobotUsernamePassword plugin.
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
 

H

hashCode() - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadata

I

isApplicable(Class<?>) - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromSCM
 
isPluginInstalled(String) - Static method in class com.google.jenkins.plugins.metadata.scm.JenkinsUtils
 

J

JenkinsUtils - Class in com.google.jenkins.plugins.metadata.scm
Utility class to handle common operations with Jenkins#getInstance() to avoid a lot of boiler-plate or unsafe operations.
JenkinsUtils() - Constructor for class com.google.jenkins.plugins.metadata.scm.JenkinsUtils
 

M

matches(List<DomainRequirement>) - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePassword
This type of credentials only works for authenticating against "code.google.com" and "source.developers.google.com" hosted repositories, for which we require "https".
matches(List<DomainRequirement>) - Method in enum com.google.jenkins.plugins.source.GoogleRobotUsernamePasswordModule.Strategy
 
mergeFrom(SourceMetadata) - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadata
Returns a copy of this instance with empty fields filled in from the given instance.
Messages - Class in com.google.jenkins.plugins.source
 
Messages() - Constructor for class com.google.jenkins.plugins.source.Messages
 

N

newInstance() - Static method in class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromGitBuildActions
 
newInstance() - Static method in class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromMercurialBuildActions
 
newInstance() - Static method in class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromMercurialSCM
 
newInstance() - Static method in class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromMultiSCM
 

O

onChangeLogParsed(Run<?, ?>, SCM, TaskListener, ChangeLogSet<?>) - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadataBuildListener

P

provide(Class<T>) - Method in class com.google.jenkins.plugins.source.GoogleRobotUsernamePassword.EnclosingDomainRequirementProvider

S

SOURCE_KEY - Static variable in class com.google.jenkins.plugins.metadata.scm.SourceMetadata
 
SourceMetadata - Class in com.google.jenkins.plugins.metadata.scm
Containing information regarding the source code of a given build.
SourceMetadata(String, String, String, String, String) - Constructor for class com.google.jenkins.plugins.metadata.scm.SourceMetadata
 
SourceMetadataBuildListener - Class in com.google.jenkins.plugins.metadata.scm
SCMListener that populates the SourceMetadata of a build with revision and branch information.
SourceMetadataBuildListener() - Constructor for class com.google.jenkins.plugins.metadata.scm.SourceMetadataBuildListener
 
SourceMetadataExtractor - Class in com.google.jenkins.plugins.metadata.scm
Provides extension points to extract SourceMetadata from various aspects of a build.
SourceMetadataExtractor() - Constructor for class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor
 
SourceMetadataExtractor.FromBuildActions - Class in com.google.jenkins.plugins.metadata.scm
Extension point for extracting SourceMetadata from build actions.
SourceMetadataExtractor.FromBuildActions() - Constructor for class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromBuildActions
 
SourceMetadataExtractor.FromGitBuildActions - Class in com.google.jenkins.plugins.metadata.scm
SourceMetadataExtractor.FromBuildActions for Git.
SourceMetadataExtractor.FromGitBuildActions() - Constructor for class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromGitBuildActions
 
SourceMetadataExtractor.FromMercurialBuildActions - Class in com.google.jenkins.plugins.metadata.scm
SourceMetadataExtractor.FromBuildActions for Mercurial.
SourceMetadataExtractor.FromMercurialBuildActions() - Constructor for class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromMercurialBuildActions
 
SourceMetadataExtractor.FromMercurialSCM - Class in com.google.jenkins.plugins.metadata.scm
SourceMetadataExtractor.FromSCM for MercurialSCM.
SourceMetadataExtractor.FromMercurialSCM() - Constructor for class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromMercurialSCM
 
SourceMetadataExtractor.FromMultiSCM - Class in com.google.jenkins.plugins.metadata.scm
SourceMetadataExtractor.FromSCM for MultiSCM.
SourceMetadataExtractor.FromMultiSCM() - Constructor for class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromMultiSCM
 
SourceMetadataExtractor.FromSCM - Class in com.google.jenkins.plugins.metadata.scm
Extension point for extracting SourceMetadata from specific SCM subclasses.
SourceMetadataExtractor.FromSCM(Class<?>) - Constructor for class com.google.jenkins.plugins.metadata.scm.SourceMetadataExtractor.FromSCM
 
SourceMetadataExtractor.Module - Interface in com.google.jenkins.plugins.metadata.scm
Module wrapping static methods for mocking.

T

toString() - Method in class com.google.jenkins.plugins.metadata.scm.SourceMetadata

V

valueOf(String) - Static method in enum com.google.jenkins.plugins.source.GoogleRobotUsernamePasswordModule.Strategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.jenkins.plugins.source.GoogleRobotUsernamePasswordModule.Strategy
Returns an array containing the constants of this enum type, in the order they are declared.

_

_GoogleRobotUsernamePassword_DisplayName() - Static method in class com.google.jenkins.plugins.source.Messages
Google Service Account source control password
_GoogleRobotUsernamePassword_ListingWrapper(Object) - Static method in class com.google.jenkins.plugins.source.Messages
{0} service account
_GoogleRobotUsernamePassword_UnableToRefreshToken() - Static method in class com.google.jenkins.plugins.source.Messages
Unable to refresh the service account's access token
C E F G H I J M N O P S T V _ 

Copyright © 2004-2014. All Rights Reserved.