Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractGitSCMSource - Class in jenkins.plugins.git
-
Base class for
SCMSource
implementations that produceGitSCM
implementations. - AbstractGitSCMSource() - Constructor for class jenkins.plugins.git.AbstractGitSCMSource
- AbstractGitSCMSource(String) - Constructor for class jenkins.plugins.git.AbstractGitSCMSource
-
Deprecated.
- AbstractGitSCMSource.SCMRevisionImpl - Class in jenkins.plugins.git
-
Our implementation.
- AbstractGitSCMSource.SpecificRevisionBuildChooser - Class in jenkins.plugins.git
- acceptsMacroName(String) - Method in class hudson.plugins.git.GitBranchTokenMacro
- acceptsMacroName(String) - Method in class hudson.plugins.git.GitRevisionTokenMacro
- actOnBuild(BuildChooserContext.ContextCallable<Run<?, ?>, T>) - Method in interface hudson.plugins.git.util.BuildChooserContext
- actOnProject(BuildChooserContext.ContextCallable<Job<?, ?>, T>) - Method in interface hudson.plugins.git.util.BuildChooserContext
- addHeaders(StaplerRequest2, StaplerResponse2) - Method in class hudson.plugins.git.GitStatus.ResponseContributor
-
Add headers to the response.
- additional() - Static method in class jenkins.plugins.git.Messages
-
Key
additional
:Additional
. - additionalRemote(String) - Method in class jenkins.plugins.git.GitSCMBuilder
-
Gets the remote URL of the git repository for the specified remote name.
- additionalRemoteNames() - Method in class jenkins.plugins.git.GitSCMBuilder
-
Gets the (possibly empty) additional remote names.
- additionalRemoteRefSpecs(String) - Method in class jenkins.plugins.git.GitSCMBuilder
-
Gets the ref specs to use for the git repository of the specified remote name.
- addRemoteUrl(String) - Method in class hudson.plugins.git.util.BuildData
- advanced_checkout_behaviours() - Static method in class hudson.plugins.git.Messages
-
Key
advanced.checkout.behaviours
:Advanced checkout behaviours
. - Advanced_clone_behaviours() - Static method in class hudson.plugins.git.extensions.impl.Messages
-
Key
Advanced.clone.behaviours
:Advanced clone behaviours
. - Advanced_clone_behaviours() - Static method in class jenkins.plugins.git.traits.Messages
-
Key
Advanced.clone.behaviours
:Advanced clone behaviours
. - advanced_sub_modules_behaviours() - Static method in class hudson.plugins.git.Messages
-
Key
advanced.sub_modules.behaviours
:Advanced sub-modules behaviours
. - all - Variable in class hudson.plugins.git.GitBranchTokenMacro
-
If true, list up all the branches not just the first one.
- all() - Static method in class hudson.plugins.git.extensions.GitSCMExtensionDescriptor
- all() - Static method in class hudson.plugins.git.util.BuildChooser
-
All the registered build choosers.
- all() - Static method in class hudson.plugins.git.util.BuildChooserDescriptor
- all() - Static method in class jenkins.plugins.git.GitToolChooser.RepositorySizeAPI
- allApplicableTo(Item) - Static method in class hudson.plugins.git.util.BuildChooser
-
All the registered build choosers that are applicable to the specified item.
- ALLOW_LOCAL_CHECKOUT - Static variable in class hudson.plugins.git.GitSCM
- ALLOW_NOTIFY_COMMIT_PARAMETERS - Static variable in class hudson.plugins.git.GitStatus
-
Allow arbitrary notify commit parameters.
- AncestryBuildChooser - Class in hudson.plugins.git.util
- AncestryBuildChooser(Integer, String) - Constructor for class hudson.plugins.git.util.AncestryBuildChooser
- AncestryBuildChooser.DescriptorImpl - Class in hudson.plugins.git.util
- ANY - Enum constant in enum class hudson.plugins.git.extensions.GitClientType
- ApiTokenPropertyConfiguration - Class in hudson.plugins.git
- ApiTokenPropertyConfiguration() - Constructor for class hudson.plugins.git.ApiTokenPropertyConfiguration
- ApiTokenPropertyConfiguration.HashedApiToken - Class in hudson.plugins.git
- asRefSpecs() - Method in class jenkins.plugins.git.GitSCMBuilder
-
Converts the ref spec templates into
RefSpec
instances. - asRefSpecs() - Method in class jenkins.plugins.git.GitSCMSourceContext
-
Converts the ref spec templates into
RefSpec
instances. - asRemoteConfigs() - Method in class jenkins.plugins.git.GitSCMBuilder
-
Converts the
GitSCMBuilder.asRefSpecs()
intoUserRemoteConfig
instances. - AssemblaWeb - Class in hudson.plugins.git.browser
-
AssemblaWeb Git Browser URLs
- AssemblaWeb(String) - Constructor for class hudson.plugins.git.browser.AssemblaWeb
- AssemblaWeb.AssemblaWebDescriptor - Class in hudson.plugins.git.browser
- AssemblaWebDescriptor() - Constructor for class hudson.plugins.git.browser.AssemblaWeb.AssemblaWebDescriptor
- asStrings() - Method in class jenkins.plugins.git.traits.RefSpecsSCMSourceTrait
-
Unwraps the templates.
- AuthorInChangelog - Class in hudson.plugins.git.extensions.impl
-
Use author, not committer as the
ChangeLogSet.Entry.getAuthor()
of the commit. - AuthorInChangelog() - Constructor for class hudson.plugins.git.extensions.impl.AuthorInChangelog
- AuthorInChangelog.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- AuthorInChangelogTrait - Class in jenkins.plugins.git.traits
-
Exposes
AuthorInChangelog
as aSCMSourceTrait
. - AuthorInChangelogTrait() - Constructor for class jenkins.plugins.git.traits.AuthorInChangelogTrait
-
Stapler constructor.
- AuthorInChangelogTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our
Descriptor
B
- beforeCheckout(GitSCM, AbstractBuild<?, ?>, GitClient, BuildListener) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Deprecated.
- beforeCheckout(GitSCM, Run<?, ?>, GitClient, TaskListener) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Called before the checkout activity (including fetch and checkout) starts.
- beforeCheckout(GitSCM, Run<?, ?>, GitClient, TaskListener) - Method in class hudson.plugins.git.extensions.impl.WipeWorkspace
-
Called before the checkout activity (including fetch and checkout) starts.
- bind(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class jenkins.plugins.git.GitUsernamePasswordBinding
- BitbucketServer - Class in hudson.plugins.git.browser
-
Git Browser URLs for on-premise Bitbucket Server installation.
- BitbucketServer(String) - Constructor for class hudson.plugins.git.browser.BitbucketServer
- BitbucketServer.BitbucketServerDescriptor - Class in hudson.plugins.git.browser
- BitbucketServerDescriptor() - Constructor for class hudson.plugins.git.browser.BitbucketServer.BitbucketServerDescriptor
- BitbucketWeb - Class in hudson.plugins.git.browser
-
Git Browser URLs
- BitbucketWeb(String) - Constructor for class hudson.plugins.git.browser.BitbucketWeb
- BitbucketWeb.BitbucketWebDescriptor - Class in hudson.plugins.git.browser
- BitbucketWebDescriptor() - Constructor for class hudson.plugins.git.browser.BitbucketWeb.BitbucketWebDescriptor
- BranchDiscoveryTrait - Class in jenkins.plugins.git.traits
-
A
Discovery
trait for Git that will discover branches on the repository. - BranchDiscoveryTrait() - Constructor for class jenkins.plugins.git.traits.BranchDiscoveryTrait
-
Constructor for stapler.
- BranchDiscoveryTrait_authorityDisplayName() - Static method in class jenkins.plugins.git.traits.Messages
-
Key
BranchDiscoveryTrait.authorityDisplayName
:Trust branches
. - BranchDiscoveryTrait_displayName() - Static method in class jenkins.plugins.git.traits.Messages
-
Key
BranchDiscoveryTrait.displayName
:Discover branches
. - BranchDiscoveryTrait.BranchSCMHeadAuthority - Class in jenkins.plugins.git.traits
-
Trusts branches from the repository.
- BranchDiscoveryTrait.BranchSCMHeadAuthority.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Out descriptor.
- BranchDiscoveryTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
BranchDiscoveryTrait descriptor.
- branchMatchesInterest(Branch) - Method in class hudson.plugins.git.SubmoduleConfig
-
Deprecated.
- BranchSCMHeadAuthority() - Constructor for class jenkins.plugins.git.traits.BranchDiscoveryTrait.BranchSCMHeadAuthority
- BranchSpec - Class in hudson.plugins.git
-
A specification of branches to build.
- BranchSpec(String) - Constructor for class hudson.plugins.git.BranchSpec
- BranchSpec.DescriptorImpl - Class in hudson.plugins.git
- BranchToPush(String, String) - Constructor for class hudson.plugins.git.GitPublisher.BranchToPush
- breakOutString(List<String>) - Method in class hudson.plugins.git.GitBranchSpecifierColumn
- browser() - Method in class jenkins.plugins.git.GitSCMBuilder
-
Returns the
GitRepositoryBrowser
ornull
to use the "auto" browser. - build() - Method in class jenkins.plugins.git.GitSCMBuilder
- build(Item, SCM, SCMRevision) - Method in class jenkins.plugins.git.GitSCMFileSystem.BuilderImpl
- build(Item, SCM, SCMRevision) - Method in class jenkins.plugins.git.GitSCMTelescope
- build(Item, SCM, SCMRevision, Run<?, ?>) - Method in class jenkins.plugins.git.GitSCMFileSystem.BuilderImpl
- build(String, StandardCredentials, SCMHead, SCMRevision) - Method in class jenkins.plugins.git.GitSCMTelescope
-
Given a
SCM
this should try to build a correspondingSCMFileSystem
instance that reflects the content at the specifiedSCMRevision
. - build(SCMHead, SCMRevision) - Method in class jenkins.plugins.git.AbstractGitSCMSource
- build(SCMSource, SCMHead, SCMRevision) - Method in class jenkins.plugins.git.GitSCMFileSystem.BuilderImpl
- build(SCMSource, SCMHead, SCMRevision) - Method in class jenkins.plugins.git.GitSCMTelescope
- Build - Class in hudson.plugins.git.util
-
Remembers which build built which
Revision
. - Build(Revision, int, Result) - Constructor for class hudson.plugins.git.util.Build
- Build(Revision, Revision, int, Result) - Constructor for class hudson.plugins.git.util.Build
- BuildChooser - Class in hudson.plugins.git.util
-
Interface defining an API to choose which revisions ought to be considered for building.
- BuildChooser() - Constructor for class hudson.plugins.git.util.BuildChooser
- BuildChooser_Ancestry() - Static method in class hudson.plugins.git.Messages
-
Key
BuildChooser_Ancestry
:Ancestry
. - BuildChooser_BuildingLastRevision() - Static method in class hudson.plugins.git.Messages
-
Key
BuildChooser_BuildingLastRevision
:No new revisions were found; the most-recently built branch will be built again.
. - BuildChooser_Default() - Static method in class hudson.plugins.git.Messages
-
Key
BuildChooser_Default
:Default
. - BuildChooser_Inverse() - Static method in class hudson.plugins.git.Messages
-
Key
BuildChooser_Inverse
:Inverse
. - BuildChooser_Inverse_EverythingExcluded() - Static method in class hudson.plugins.git.Messages
-
Key
BuildChooser_Inverse_EverythingExcluded
:All current git branches were excluded from being built. Either your branch specifiers are too broad or you should be using the "Default" choosing strategy.
. - BuildChooserContext - Interface in hudson.plugins.git.util
-
Provides access to the model object on the controller for
BuildChooser
. - BuildChooserContext.ContextCallable<P,
T> - Interface in hudson.plugins.git.util - BuildChooserDescriptor - Class in hudson.plugins.git.util
- BuildChooserDescriptor() - Constructor for class hudson.plugins.git.util.BuildChooserDescriptor
- BuildChooserSetting - Class in hudson.plugins.git.extensions.impl
-
Holds
BuildChooser
. - BuildChooserSetting(BuildChooser) - Constructor for class hudson.plugins.git.extensions.impl.BuildChooserSetting
- BuildChooserSetting.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- BuildData - Class in hudson.plugins.git.util
-
Captures the Git related information for a build.
- BuildData() - Constructor for class hudson.plugins.git.util.BuildData
- BuildData(String) - Constructor for class hudson.plugins.git.util.BuildData
- BuildData(String, Collection<UserRemoteConfig>) - Constructor for class hudson.plugins.git.util.BuildData
- buildEnvironment(Run<?, ?>, Map<String, String>) - Method in class hudson.plugins.git.GitSCM
- buildEnvVars(AbstractBuild<?, ?>, Map<String, String>) - Method in class hudson.plugins.git.GitSCM
-
Deprecated.
- BuilderImpl() - Constructor for class jenkins.plugins.git.GitSCMFileSystem.BuilderImpl
- buildsByBranchName - Variable in class hudson.plugins.git.util.BuildData
-
Map of branch
name -> build
(Branch name to last built SHA1). - BuildSingleRevisionOnly - Class in hudson.plugins.git.extensions.impl
-
Don't trigger another build to catch up
- BuildSingleRevisionOnly() - Constructor for class hudson.plugins.git.extensions.impl.BuildSingleRevisionOnly
- BuildSingleRevisionOnly.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
C
- calcRevisionsFromBuild(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class hudson.plugins.git.GitSCM
- canConfigure(Class) - Method in class hudson.plugins.git.browser.casc.GitLabConfigurator
- canConvert(Class) - Method in class hudson.plugins.git.ObjectIdConverter
- canConvert(Class) - Method in class hudson.plugins.git.RemoteConfigConverter
- canOriginateFrom(Iterable<RemoteConfig>) - Method in class hudson.plugins.git.RevisionParameterAction
-
This method tries to determine whether the commit is from given remotes.
- CGit - Class in hudson.plugins.git.browser
-
Git Browser URLs
- CGit(String) - Constructor for class hudson.plugins.git.browser.CGit
- CGit.CGITDescriptor - Class in hudson.plugins.git.browser
- CGITDescriptor() - Constructor for class hudson.plugins.git.browser.CGit.CGITDescriptor
- ChangelogToBranch - Class in hudson.plugins.git.extensions.impl
-
This extension activates the alternative changelog computation, where the changelog is calculated against a specified branch.
- ChangelogToBranch(ChangelogToBranchOptions) - Constructor for class hudson.plugins.git.extensions.impl.ChangelogToBranch
- ChangelogToBranch.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- ChangelogToBranchOptions - Class in hudson.plugins.git
-
Options for the
ChangelogToBranch
extension. - ChangelogToBranchOptions(ChangelogToBranchOptions) - Constructor for class hudson.plugins.git.ChangelogToBranchOptions
- ChangelogToBranchOptions(String, String) - Constructor for class hudson.plugins.git.ChangelogToBranchOptions
- ChangelogToBranchOptions.DescriptorImpl - Class in hudson.plugins.git
- changesSince(SCMRevision, OutputStream) - Method in class jenkins.plugins.git.GitSCMFileSystem
- check_out_to_a_sub_directory() - Static method in class hudson.plugins.git.Messages
-
Key
check.out.to.a.sub_directory
:Check out to a sub-directory
. - check_out_to_specific_local_branch() - Static method in class hudson.plugins.git.Messages
-
Key
check.out.to.specific.local.branch
:Check out to specific local branch
. - checkout(Run<?, ?>, Launcher, FilePath, TaskListener, File, SCMRevisionState) - Method in class hudson.plugins.git.GitSCM
- CheckoutOption - Class in hudson.plugins.git.extensions.impl
-
Add options to the checkout command.
- CheckoutOption(Integer) - Constructor for class hudson.plugins.git.extensions.impl.CheckoutOption
- CheckoutOption.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- CheckoutOptionTrait - Class in jenkins.plugins.git.traits
-
Exposes
CheckoutOption
as aSCMSourceTrait
. - CheckoutOptionTrait(CheckoutOption) - Constructor for class jenkins.plugins.git.traits.CheckoutOptionTrait
-
Stapler constructor.
- CheckoutOptionTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our
Descriptor
- checkTrusted(SCMSourceRequest, GitTagSCMHead) - Method in class jenkins.plugins.git.traits.TagDiscoveryTrait.TagSCMHeadAuthority
- checkTrusted(SCMSourceRequest, SCMHead) - Method in class jenkins.plugins.git.traits.BranchDiscoveryTrait.BranchSCMHeadAuthority
- children() - Method in class jenkins.plugins.git.GitSCMFile
- CleanAfterCheckoutTrait - Class in jenkins.plugins.git.traits
-
Exposes
CleanCheckout
as aSCMSourceTrait
. - CleanAfterCheckoutTrait() - Constructor for class jenkins.plugins.git.traits.CleanAfterCheckoutTrait
-
Deprecated.Use constructor that accepts extension instead.
- CleanAfterCheckoutTrait(CleanCheckout) - Constructor for class jenkins.plugins.git.traits.CleanAfterCheckoutTrait
-
Stapler constructor.
- CleanAfterCheckoutTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our
Descriptor
- CleanBeforeCheckout - Class in hudson.plugins.git.extensions.impl
-
git-clean before the checkout.
- CleanBeforeCheckout() - Constructor for class hudson.plugins.git.extensions.impl.CleanBeforeCheckout
- CleanBeforeCheckout.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- CleanBeforeCheckoutTrait - Class in jenkins.plugins.git.traits
-
Exposes
CleanBeforeCheckout
as aSCMSourceTrait
. - CleanBeforeCheckoutTrait() - Constructor for class jenkins.plugins.git.traits.CleanBeforeCheckoutTrait
-
Deprecated.Use constructor that accepts extension instead.
- CleanBeforeCheckoutTrait(CleanBeforeCheckout) - Constructor for class jenkins.plugins.git.traits.CleanBeforeCheckoutTrait
-
Stapler constructor.
- CleanBeforeCheckoutTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our
Descriptor
- CleanCheckout - Class in hudson.plugins.git.extensions.impl
-
git-clean after the checkout.
- CleanCheckout() - Constructor for class hudson.plugins.git.extensions.impl.CleanCheckout
- CleanCheckout.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- CLEANER_SHA1_PATTERN - Static variable in class hudson.plugins.git.GitStatus
- clearRepositorySizeCache() - Static method in class jenkins.plugins.git.GitToolChooser
-
Clear the cache of repository sizes.
- clone() - Method in class hudson.plugins.git.util.Build
- clone() - Method in class hudson.plugins.git.util.BuildData
- CloneOption - Class in hudson.plugins.git.extensions.impl
- CloneOption(boolean, boolean, String, Integer) - Constructor for class hudson.plugins.git.extensions.impl.CloneOption
- CloneOption(boolean, String, Integer) - Constructor for class hudson.plugins.git.extensions.impl.CloneOption
- CloneOption.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- CloneOptionTrait - Class in jenkins.plugins.git.traits
-
Exposes
CloneOption
as aSCMSourceTrait
. - CloneOptionTrait(CloneOption) - Constructor for class jenkins.plugins.git.traits.CloneOptionTrait
-
Stapler constructor.
- CloneOptionTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our
Descriptor
- combine(GitClientType) - Method in enum class hudson.plugins.git.extensions.GitClientType
- combineCommits - Variable in class hudson.plugins.git.RevisionParameterAction
- commit - Variable in class hudson.plugins.git.RevisionParameterAction
-
SHA1, ref name, etc.
- CommitHookCause(String) - Constructor for class hudson.plugins.git.GitStatus.CommitHookCause
- CommitTimeComparator - Class in hudson.plugins.git.util
-
Compares
Revision
by their timestamps. - CommitTimeComparator(Repository) - Constructor for class hudson.plugins.git.util.CommitTimeComparator
- compare(Revision, Revision) - Method in class hudson.plugins.git.util.CommitTimeComparator
- compareRemoteRevisionWith(Job<?, ?>, Launcher, FilePath, TaskListener, SCMRevisionState) - Method in class hudson.plugins.git.GitSCM
- compareTo(GitSCMSourceContext.RefNameMapping) - Method in class jenkins.plugins.git.GitSCMSourceContext.RefNameMapping
- configure(GitClient) - Static method in class jenkins.plugins.git.GitHooksConfiguration
- configure(GitClient, boolean) - Static method in class jenkins.plugins.git.GitHooksConfiguration
- configure(GitClient, boolean, boolean) - Static method in class jenkins.plugins.git.GitHooksConfiguration
- configure(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- configureXtream() - Static method in class hudson.plugins.git.GitSCM
- content() - Method in class jenkins.plugins.git.GitSCMFile
- convertToTrait(GitSCMExtension) - Method in class jenkins.plugins.git.traits.GitSCMExtensionTraitDescriptor
-
Converts the supplied
GitSCMExtension
(which must be of typeGitSCMExtensionTraitDescriptor.getExtensionClass()
) into its correspondingGitSCMExtensionTrait
. - convertToTrait(GitSCMExtension) - Method in class jenkins.plugins.git.traits.LocalBranchTrait.DescriptorImpl
-
Converts the supplied
GitSCMExtension
(which must be of typeGitSCMExtensionTraitDescriptor.getExtensionClass()
) into its correspondingGitSCMExtensionTrait
. - copyBuildData(Run) - Method in class hudson.plugins.git.GitSCM
-
Like
GitSCM.getBuildData(Run)
, but copy the data into a new object, which is used as the first step for updating the data for the next build. - createAggregator(MatrixBuild, Launcher, BuildListener) - Method in class jenkins.plugins.git.MatrixGitPublisher
-
For a matrix project, push should only happen once.
- createCategories() - Method in class jenkins.plugins.git.GitSCMSource.DescriptorImpl
- createChangeLogParser() - Method in class hudson.plugins.git.GitSCM
- createClient(TaskListener, EnvVars, Run<?, ?>, FilePath) - Method in class hudson.plugins.git.GitSCM
- createClient(TaskListener, EnvVars, Run<?, ?>, FilePath, UnsupportedCommand) - Method in class hudson.plugins.git.GitSCM
-
Allows
Publisher
and other post build actions to access a configuredGitClient
. - createCombinations(Map<IndexEntry, Collection<Revision>>) - Method in class hudson.plugins.git.SubmoduleCombinator
-
Deprecated.
- createMergeOptions(UserMergeOptions, List<RemoteConfig>) - Static method in class hudson.plugins.git.GitSCM.DescriptorImpl
- createRepoList(String, String) - Static method in class hudson.plugins.git.GitSCM
- createRepositoryConfigurations(String[], String[], String[]) - Static method in class hudson.plugins.git.GitSCM.DescriptorImpl
- createSCM() - Method in class jenkins.plugins.git.GitStep
- createSubmoduleCombinations() - Method in class hudson.plugins.git.SubmoduleCombinator
-
Deprecated.
- credentialsId() - Method in class jenkins.plugins.git.GitSCMBuilder
-
Returns the
IdCredentials.getId()
of theCredentials
to use when connecting to theGitSCMBuilder.remote
ornull
to let the git client choose between providing its own credentials or connecting anonymously. - customInstantiate(Map<String, Object>) - Method in class hudson.plugins.git.UserMergeOptions.DescriptorImpl
D
- decorate(GitSCM, GitClient) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Called when
GitClient
is created to decorate its behaviour. - decorate(GitSCM, GitClient) - Method in class hudson.plugins.git.extensions.impl.UserIdentity
-
Called when
GitClient
is created to decorate its behaviour. - decorate(GitSCMBuilder<?>) - Method in class jenkins.plugins.git.AbstractGitSCMSource
-
Performs final decoration of the
GitSCMBuilder
. - decorateBuilder(SCMBuilder<?, ?>) - Method in class jenkins.plugins.git.traits.GitBrowserSCMSourceTrait
- decorateBuilder(SCMBuilder<?, ?>) - Method in class jenkins.plugins.git.traits.GitSCMExtensionTrait
- decorateBuilder(SCMBuilder<?, ?>) - Method in class jenkins.plugins.git.traits.GitToolSCMSourceTrait
- decorateBuilder(SCMBuilder<?, ?>) - Method in class jenkins.plugins.git.traits.IgnoreOnPushNotificationTrait
- decorateBuilder(SCMBuilder<?, ?>) - Method in class jenkins.plugins.git.traits.RefSpecsSCMSourceTrait
- decorateBuilder(SCMBuilder<?, ?>) - Method in class jenkins.plugins.git.traits.RemoteNameSCMSourceTrait
- decorateCheckoutCommand(GitSCM, AbstractBuild<?, ?>, GitClient, BuildListener, CheckoutCommand) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Deprecated.
- decorateCheckoutCommand(GitSCM, AbstractBuild<?, ?>, GitClient, BuildListener, CheckoutCommand) - Method in class hudson.plugins.git.extensions.impl.CheckoutOption
-
Deprecated.
- decorateCheckoutCommand(GitSCM, Run<?, ?>, GitClient, TaskListener, CheckoutCommand) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Called before a
CheckoutCommand
is executed to allow extensions to alter its behaviour. - decorateCheckoutCommand(GitSCM, Run<?, ?>, GitClient, TaskListener, CheckoutCommand) - Method in class hudson.plugins.git.extensions.impl.CheckoutOption
-
Called before a
CheckoutCommand
is executed to allow extensions to alter its behaviour. - decorateCheckoutCommand(GitSCM, Run<?, ?>, GitClient, TaskListener, CheckoutCommand) - Method in class hudson.plugins.git.extensions.impl.GitLFSPull
-
Called before a
CheckoutCommand
is executed to allow extensions to alter its behaviour. - decorateCheckoutCommand(GitSCM, Run<?, ?>, GitClient, TaskListener, CheckoutCommand) - Method in class hudson.plugins.git.extensions.impl.SparseCheckoutPaths
- decorateCloneCommand(GitSCM, AbstractBuild<?, ?>, GitClient, BuildListener, CloneCommand) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Deprecated.
- decorateCloneCommand(GitSCM, Run<?, ?>, GitClient, TaskListener, CloneCommand) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Called before a
CloneCommand
is executed to allow extensions to alter its behaviour. - decorateCloneCommand(GitSCM, Run<?, ?>, GitClient, TaskListener, CloneCommand) - Method in class hudson.plugins.git.extensions.impl.CloneOption
-
Called before a
CloneCommand
is executed to allow extensions to alter its behaviour. - decorateCloneCommand(GitSCM, Run<?, ?>, GitClient, TaskListener, CloneCommand) - Method in class hudson.plugins.git.extensions.impl.SparseCheckoutPaths
- decorateCloneCommand(GitSCM, Run<?, ?>, GitClient, TaskListener, CloneCommand) - Method in class jenkins.plugins.git.GitSCMSourceDefaults
-
Called before a
CloneCommand
is executed to allow extensions to alter its behaviour. - decorateCloneCommand(GitSCM, Run<?, ?>, GitClient, TaskListener, CloneCommand) - Method in class jenkins.plugins.git.MergeWithGitSCMExtension
- decorateContext(SCMSourceContext<?, ?>) - Method in class jenkins.plugins.git.traits.BranchDiscoveryTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class jenkins.plugins.git.traits.DiscoverOtherRefsTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class jenkins.plugins.git.traits.GitToolSCMSourceTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class jenkins.plugins.git.traits.IgnoreOnPushNotificationTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class jenkins.plugins.git.traits.PruneStaleBranchTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class jenkins.plugins.git.traits.RefSpecsSCMSourceTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class jenkins.plugins.git.traits.RemoteNameSCMSourceTrait
- decorateContext(SCMSourceContext<?, ?>) - Method in class jenkins.plugins.git.traits.TagDiscoveryTrait
- decorateFetchCommand(GitSCM, Run<?, ?>, GitClient, TaskListener, FetchCommand) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Called before a
FetchCommand
is executed to allow extensions to alter its behaviour. - decorateFetchCommand(GitSCM, Run<?, ?>, GitClient, TaskListener, FetchCommand) - Method in class hudson.plugins.git.extensions.impl.PruneStaleTag
-
Called before a
FetchCommand
is executed to allow extensions to alter its behaviour. - decorateFetchCommand(GitSCM, GitClient, TaskListener, FetchCommand) - Method in class hudson.plugins.git.extensions.GitSCMExtension
- decorateFetchCommand(GitSCM, GitClient, TaskListener, FetchCommand) - Method in class hudson.plugins.git.extensions.impl.CleanBeforeCheckout
-
Deprecated.
- decorateFetchCommand(GitSCM, GitClient, TaskListener, FetchCommand) - Method in class hudson.plugins.git.extensions.impl.CloneOption
-
Deprecated.
- decorateFetchCommand(GitSCM, GitClient, TaskListener, FetchCommand) - Method in class hudson.plugins.git.extensions.impl.PruneStaleBranch
-
Deprecated.
- decorateFetchCommand(GitSCM, GitClient, TaskListener, FetchCommand) - Method in class jenkins.plugins.git.GitSCMSourceDefaults
-
Deprecated.
- decorateFetchCommand(GitSCM, GitClient, TaskListener, FetchCommand) - Method in class jenkins.plugins.git.MergeWithGitSCMExtension
-
Deprecated.
- decorateMergeCommand(GitSCM, AbstractBuild<?, ?>, GitClient, BuildListener, MergeCommand) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Deprecated.
- decorateMergeCommand(GitSCM, Run<?, ?>, GitClient, TaskListener, MergeCommand) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Called before a
MergeCommand
is executed to allow extensions to alter its behaviour. - decorateMergeCommand(GitSCM, Run<?, ?>, GitClient, TaskListener, MergeCommand) - Method in class hudson.plugins.git.extensions.impl.PreBuildMerge
- decorateRevisionToBuild(GitSCM, AbstractBuild<?, ?>, GitClient, BuildListener, Revision, Revision) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Deprecated.
- decorateRevisionToBuild(GitSCM, Run<?, ?>, GitClient, TaskListener, Revision, Revision) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Called after
BuildChooser
selects the revision to pick for this build, but before - decorateRevisionToBuild(GitSCM, Run<?, ?>, GitClient, TaskListener, Revision, Revision) - Method in class hudson.plugins.git.extensions.impl.PreBuildMerge
- decorateRevisionToBuild(GitSCM, Run<?, ?>, GitClient, TaskListener, Revision, Revision) - Method in class jenkins.plugins.git.MergeWithGitSCMExtension
- DEFAULT_REMOTE_NAME - Static variable in class jenkins.plugins.git.AbstractGitSCMSource
-
The default remote name to use when configuring the ref specs to use with fetch operations.
- DefaultBuildChooser - Class in hudson.plugins.git.util
- DefaultBuildChooser() - Constructor for class hudson.plugins.git.util.DefaultBuildChooser
- DefaultBuildChooser.DescriptorImpl - Class in hudson.plugins.git.util
- deriveLocalBranchName(String) - Method in class hudson.plugins.git.GitSCM
-
Derives a local branch name from the remote branch name by removing the name of the remote from the remote branch name.
- describe(GitLab, ConfigurationContext) - Method in class hudson.plugins.git.browser.casc.GitLabConfigurator
- DescriptorImpl() - Constructor for class hudson.plugins.git.BranchSpec.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.ChangelogToBranchOptions.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.AuthorInChangelog.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.BuildChooserSetting.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.BuildSingleRevisionOnly.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.ChangelogToBranch.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.CheckoutOption.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.CleanBeforeCheckout.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.CleanCheckout.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.CloneOption.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.DisableRemotePoll.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.FirstBuildChangelog.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.GitLFSPull.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.IgnoreNotifyCommit.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.LocalBranch.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.MessageExclusion.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.PathRestriction.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.PerBuildTag.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.PreBuildMerge.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.PruneStaleBranch.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.PruneStaleTag.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.RelativeTargetDirectory.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.ScmName.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.SparseCheckoutPath.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.SparseCheckoutPaths.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.SubmoduleOption.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.UserExclusion.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.UserIdentity.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.WipeWorkspace.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.GitBranchSpecifierColumn.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.GitPublisher.BranchToPush.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.GitPublisher.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.GitPublisher.NoteToPush.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.GitPublisher.TagToPush.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.GitRevisionBuildParameters.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.GitSCM.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.GitTagAction.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.UserMergeOptions.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.UserRemoteConfig.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.util.AncestryBuildChooser.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.util.DefaultBuildChooser.DescriptorImpl
- DescriptorImpl() - Constructor for class hudson.plugins.git.util.InverseBuildChooser.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.GitSCMSource.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.GitStep.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.GitUsernamePasswordBinding.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.AuthorInChangelogTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.BranchDiscoveryTrait.BranchSCMHeadAuthority.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.BranchDiscoveryTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.CheckoutOptionTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.CleanAfterCheckoutTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.CleanBeforeCheckoutTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.CloneOptionTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.DiscoverOtherRefsTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.FirstBuildChangelogTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.GitBrowserSCMSourceTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.GitLFSPullTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.GitToolSCMSourceTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.IgnoreOnPushNotificationTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.LocalBranchTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.PruneStaleBranchTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.PruneStaleTagTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.RefSpecsSCMSourceTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.RefSpecsSCMSourceTrait.RefSpecTemplate.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.RemoteNameSCMSourceTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.SparseCheckoutPathsTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.SubmoduleOptionTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.TagDiscoveryTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.TagDiscoveryTrait.TagSCMHeadAuthority.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.UserIdentityTrait.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.plugins.git.traits.WipeWorkspaceTrait.DescriptorImpl
- determineSupportForJGit(GitSCM, UnsupportedCommand) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Called when support of JGit for a particular or multiple extensions is to be determined
- determineSupportForJGit(GitSCM, UnsupportedCommand) - Method in class hudson.plugins.git.extensions.impl.CheckoutOption
- determineSupportForJGit(GitSCM, UnsupportedCommand) - Method in class hudson.plugins.git.extensions.impl.CloneOption
- determineSupportForJGit(GitSCM, UnsupportedCommand) - Method in class hudson.plugins.git.extensions.impl.GitLFSPull
- determineSupportForJGit(GitSCM, UnsupportedCommand) - Method in class hudson.plugins.git.extensions.impl.SparseCheckoutPaths
- determineSupportForJGit(GitSCM, UnsupportedCommand) - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- difference(Map<IndexEntry, Revision>, List<IndexEntry>) - Method in class hudson.plugins.git.SubmoduleCombinator
-
Deprecated.
- DisableRemotePoll - Class in hudson.plugins.git.extensions.impl
-
Disable Workspace-less polling via "git ls-remote".
- DisableRemotePoll() - Constructor for class hudson.plugins.git.extensions.impl.DisableRemotePoll
- DisableRemotePoll.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- DiscoverOtherRefsTrait - Class in jenkins.plugins.git.traits
- DiscoverOtherRefsTrait(String) - Constructor for class jenkins.plugins.git.traits.DiscoverOtherRefsTrait
- DiscoverOtherRefsTrait(String, String) - Constructor for class jenkins.plugins.git.traits.DiscoverOtherRefsTrait
- DiscoverOtherRefsTrait_displayName() - Static method in class jenkins.plugins.git.traits.Messages
-
Key
DiscoverOtherRefsTrait.displayName
:Discover other refs
. - DiscoverOtherRefsTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our descriptor.
- doCheck(AbstractProject, String) - Method in class hudson.plugins.git.GitPublisher.DescriptorImpl
-
Performs on-the-fly validation on the file mask wildcard.
- doCheckBranchName(String) - Method in class hudson.plugins.git.GitPublisher.DescriptorImpl
- doCheckCredentialsId(Item, String, String) - Method in class hudson.plugins.git.UserRemoteConfig.DescriptorImpl
- doCheckCredentialsId(Item, String, String) - Method in class jenkins.plugins.git.GitSCMSource.DescriptorImpl
- doCheckExcludedMessage(String) - Method in class hudson.plugins.git.extensions.impl.MessageExclusion.DescriptorImpl
- doCheckNoteMsg(String) - Method in class hudson.plugins.git.GitPublisher.DescriptorImpl
- doCheckRefspec(String, String, String) - Method in class hudson.plugins.git.UserRemoteConfig.DescriptorImpl
-
A form validation logic as a method to check the specification of 'refSpec' and notify the user about illegal specs before applying the project configuration
- doCheckRemote(AbstractProject, StaplerRequest2) - Method in class hudson.plugins.git.GitPublisher.DescriptorImpl
- doCheckRemote(Item, String, String) - Method in class jenkins.plugins.git.GitSCMSource.DescriptorImpl
- doCheckRemoteName(String) - Method in class jenkins.plugins.git.traits.RemoteNameSCMSourceTrait.DescriptorImpl
-
Performs form validation for a proposed
- doCheckRepoUrl(Item, String) - Method in class hudson.plugins.git.browser.AssemblaWeb.AssemblaWebDescriptor
- doCheckRepoUrl(Item, String) - Method in class hudson.plugins.git.browser.GitBlitRepositoryBrowser.ViewGitWebDescriptor
- doCheckRepoUrl(Item, String) - Method in class hudson.plugins.git.browser.Gitiles.ViewGitWebDescriptor
- doCheckRepoUrl(Item, String) - Method in class hudson.plugins.git.browser.ViewGitWeb.ViewGitWebDescriptor
- doCheckRepoUrl(String) - Method in class hudson.plugins.git.browser.FisheyeGitRepositoryBrowser.FisheyeGitRepositoryBrowserDescriptor
-
Performs on-the-fly validation of the URL.
- doCheckRepoUrl(String, AbstractProject) - Method in class hudson.plugins.git.browser.TFS2013GitRepositoryBrowser.TFS2013GitRepositoryBrowserDescriptor
-
Performs on-the-fly validation of the URL.
- doCheckTagName(String) - Method in class hudson.plugins.git.GitPublisher.DescriptorImpl
- doCheckUrl(Item, String, String) - Method in class hudson.plugins.git.UserRemoteConfig.DescriptorImpl
- doCheckUrl(Item, String, String) - Method in class jenkins.plugins.git.GitStep.DescriptorImpl
- doCheckValue(String) - Method in class jenkins.plugins.git.traits.RefSpecsSCMSourceTrait.RefSpecTemplate.DescriptorImpl
-
Form validation for
RefSpecsSCMSourceTrait.RefSpecTemplate.getValue()
- doCheckVersion(String) - Method in class hudson.plugins.git.browser.GitLab.GitLabDescriptor
-
Validate the contents of the version field.
- doFillCredentialsIdItems(Item, String, String) - Method in class hudson.plugins.git.UserRemoteConfig.DescriptorImpl
- doFillCredentialsIdItems(Item, String, String) - Method in class jenkins.plugins.git.GitSCMSource.DescriptorImpl
- doFillCredentialsIdItems(Item, String, String) - Method in class jenkins.plugins.git.GitStep.DescriptorImpl
- doFillGitToolItems() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- doFillGitToolItems() - Method in class jenkins.plugins.git.GitSCMSource.DescriptorImpl
-
Deprecated.
- doFillGitToolItems() - Method in class jenkins.plugins.git.traits.GitToolSCMSourceTrait.DescriptorImpl
-
Returns the list of
GitTool
items. - doFillGitToolNameItems() - Method in class jenkins.plugins.git.GitUsernamePasswordBinding.DescriptorImpl
- doGenerate(StaplerRequest2) - Method in class hudson.plugins.git.ApiTokenPropertyConfiguration
- doGitRemoteNameCheck(StaplerRequest2) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- doMerge() - Method in class hudson.plugins.git.opt.PreBuildMergeOptions
- doNotifyCommit(HttpServletRequest, String, String, String, String) - Method in class hudson.plugins.git.GitStatus
- doRevoke(StaplerRequest2) - Method in class hudson.plugins.git.ApiTokenPropertyConfiguration
- doSubmit(StaplerRequest2, StaplerResponse2) - Method in class hudson.plugins.git.GitTagAction
-
Invoked to actually tag the workspace.
E
- enableMultipleRevisionDetection() - Method in class hudson.plugins.git.extensions.GitSCMExtension
- enableMultipleRevisionDetection() - Method in class hudson.plugins.git.extensions.impl.BuildSingleRevisionOnly
- encodeURL(URL) - Static method in class hudson.plugins.git.browser.GitRepositoryBrowser
- equals(Object) - Method in class hudson.plugins.git.extensions.impl.AuthorInChangelog
- equals(Object) - Method in class hudson.plugins.git.extensions.impl.CheckoutOption
- equals(Object) - Method in class hudson.plugins.git.extensions.impl.CleanBeforeCheckout
- equals(Object) - Method in class hudson.plugins.git.extensions.impl.CleanCheckout
- equals(Object) - Method in class hudson.plugins.git.extensions.impl.CloneOption
- equals(Object) - Method in class hudson.plugins.git.extensions.impl.FirstBuildChangelog
- equals(Object) - Method in class hudson.plugins.git.extensions.impl.GitLFSPull
- equals(Object) - Method in class hudson.plugins.git.extensions.impl.IgnoreNotifyCommit
- equals(Object) - Method in class hudson.plugins.git.extensions.impl.LocalBranch
- equals(Object) - Method in class hudson.plugins.git.extensions.impl.PreBuildMerge
- equals(Object) - Method in class hudson.plugins.git.extensions.impl.PruneStaleBranch
- equals(Object) - Method in class hudson.plugins.git.extensions.impl.PruneStaleTag
- equals(Object) - Method in class hudson.plugins.git.extensions.impl.SparseCheckoutPath
- equals(Object) - Method in class hudson.plugins.git.extensions.impl.SparseCheckoutPaths
- equals(Object) - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- equals(Object) - Method in class hudson.plugins.git.extensions.impl.UserIdentity
- equals(Object) - Method in class hudson.plugins.git.extensions.impl.WipeWorkspace
- equals(Object) - Method in class hudson.plugins.git.GitChangeSet
- equals(Object) - Method in class hudson.plugins.git.UserMergeOptions
- equals(Object) - Method in class hudson.plugins.git.util.Build
- equals(Object) - Method in class hudson.plugins.git.util.BuildData
- equals(Object) - Method in class jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl
- equals(Object) - Method in class jenkins.plugins.git.GitRemoteHeadRefAction
- equals(Object) - Method in class jenkins.plugins.git.GitSCMSourceContext.RefNameMapping
- equals(Object) - Method in class jenkins.plugins.git.GitSCMSourceDefaults
- evaluate(AbstractBuild<?, ?>, TaskListener, String) - Method in class hudson.plugins.git.GitBranchTokenMacro
- evaluate(AbstractBuild<?, ?>, TaskListener, String) - Method in class hudson.plugins.git.GitRevisionTokenMacro
- evaluate(Run<?, ?>, FilePath, TaskListener, String) - Method in class hudson.plugins.git.GitBranchTokenMacro
- evaluate(Run<?, ?>, FilePath, TaskListener, String) - Method in class hudson.plugins.git.GitRevisionTokenMacro
- extensions() - Method in class jenkins.plugins.git.GitSCMBuilder
-
Returns the
GitSCMExtension
instances to apply to theGitSCM
.
F
- FakeGitSCMExtension - Class in hudson.plugins.git.extensions
-
Marker to designate that this extension point doesn't operate by implementing the callbacks but instead
GitSCM
has a prior knowledge about this extension. - FakeGitSCMExtension() - Constructor for class hudson.plugins.git.extensions.FakeGitSCMExtension
- fastForwardMode - Variable in class hudson.plugins.git.opt.PreBuildMergeOptions
- filterMatching(Collection<String>) - Method in class hudson.plugins.git.BranchSpec
-
Deprecated.
- filterMatching(Collection<String>, EnvVars) - Method in class hudson.plugins.git.BranchSpec
- filterMatchingBranches(Collection<Branch>) - Method in class hudson.plugins.git.BranchSpec
- filterMatchingBranches(Collection<Branch>, EnvVars) - Method in class hudson.plugins.git.BranchSpec
- filterTipBranches(Collection<Revision>) - Method in class hudson.plugins.git.util.GitUtils
-
Return a list of 'tip' branches (I.E.
- findOrCreateUser(String, String, boolean) - Method in class hudson.plugins.git.GitChangeSet
-
Deprecated.
- findOrCreateUser(String, String, boolean, boolean) - Method in class hudson.plugins.git.GitChangeSet
-
Returns user of the change set.
- FirstBuildChangelog - Class in hudson.plugins.git.extensions.impl
-
First Build generates a changelog.
- FirstBuildChangelog() - Constructor for class hudson.plugins.git.extensions.impl.FirstBuildChangelog
- FirstBuildChangelog.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- FirstBuildChangelogTrait - Class in jenkins.plugins.git.traits
-
Exposes
FirstBuildChangelog
as aSCMSourceTrait
. - FirstBuildChangelogTrait() - Constructor for class jenkins.plugins.git.traits.FirstBuildChangelogTrait
-
Deprecated.Use constructor that accepts extension instead.
- FirstBuildChangelogTrait(FirstBuildChangelog) - Constructor for class jenkins.plugins.git.traits.FirstBuildChangelogTrait
-
Stapler constructor.
- FirstBuildChangelogTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our
Descriptor
- FisheyeGitRepositoryBrowser - Class in hudson.plugins.git.browser
- FisheyeGitRepositoryBrowser(String) - Constructor for class hudson.plugins.git.browser.FisheyeGitRepositoryBrowser
- FisheyeGitRepositoryBrowser.FisheyeGitRepositoryBrowserDescriptor - Class in hudson.plugins.git.browser
- FisheyeGitRepositoryBrowserDescriptor() - Constructor for class hudson.plugins.git.browser.FisheyeGitRepositoryBrowser.FisheyeGitRepositoryBrowserDescriptor
- fixupNames(String[], String[]) - Static method in class hudson.plugins.git.util.GitUtils
- foldIntoExisting(Queue.Item, Queue.Task, List<Action>) - Method in class hudson.plugins.git.RevisionParameterAction
-
Folds this Action into another action already associated with item from
FoldableAction
- fullName - Variable in class hudson.plugins.git.GitBranchTokenMacro
-
If true, include all the prefixes of the branch name
G
- generateApiToken(String) - Method in class hudson.plugins.git.ApiTokenPropertyConfiguration
- GenerateGitScript(String, String, String, boolean) - Constructor for class jenkins.plugins.git.GitUsernamePasswordBinding.GenerateGitScript
- get() - Static method in class hudson.plugins.git.ApiTokenPropertyConfiguration
- get() - Static method in class jenkins.plugins.git.GitHooksConfiguration
- getAction(AbstractBuild<?, ?>, TaskListener) - Method in class hudson.plugins.git.GitRevisionBuildParameters
- getAffectedFiles() - Method in class hudson.plugins.git.GitChangeSet
- getAffectedPaths() - Method in class hudson.plugins.git.GitChangeSet
- getAllBranchRevisions() - Method in class hudson.plugins.git.util.GitUtils
-
Return a list of "Revisions" - where a revision knows about all the branch names that refer to a SHA1.
- getAncestorCommitSha1() - Method in class hudson.plugins.git.util.AncestryBuildChooser
- getApi() - Method in class hudson.plugins.git.util.BuildData
- getApiTokens() - Method in class hudson.plugins.git.ApiTokenPropertyConfiguration
- getAuthor() - Method in class hudson.plugins.git.GitChangeSet
- getAuthorEmail() - Method in class hudson.plugins.git.GitChangeSet
- getAuthorName() - Method in class hudson.plugins.git.GitChangeSet
-
Gets the author name for this changeset - note that this is mainly here so that we can test authorOrCommitter without needing a fully instantiated Jenkins (which is needed for User.get in getAuthor()).
- getAuthorOrCommitter() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.Moved to
AuthorInChangelog
- getBaseHash() - Method in class jenkins.plugins.git.MergeWithGitSCMExtension
- getBaseName() - Method in class jenkins.plugins.git.MergeWithGitSCMExtension
- getBranch() - Method in class hudson.plugins.git.GitChangeSet
- getBranch() - Method in class hudson.plugins.git.GitTagAction.TagInfo
- getBranch() - Method in class hudson.plugins.git.util.MergeRecord
- getBranch() - Method in class jenkins.plugins.git.GitStep
- getBranches() - Method in class hudson.plugins.git.GitSCM
- getBranches() - Method in class hudson.plugins.git.SubmoduleConfig
-
Deprecated.
- getBranchesString() - Method in class hudson.plugins.git.SubmoduleConfig
-
Deprecated.
- getBranchesToPush() - Method in class hudson.plugins.git.GitPublisher
- getBranchName() - Method in class hudson.plugins.git.GitPublisher.BranchToPush
- getBranchSpecifier(Item) - Method in class hudson.plugins.git.GitBranchSpecifierColumn
- getBrowser() - Method in class hudson.plugins.git.GitSCM
- getBrowser() - Method in class jenkins.plugins.git.AbstractGitSCMSource
-
Deprecated.
- getBrowser() - Method in class jenkins.plugins.git.traits.GitBrowserSCMSourceTrait
-
Gets the
GitRepositoryBrowser
.. - getBrowserDescriptors() - Method in class jenkins.plugins.git.GitSCMSource.DescriptorImpl
-
Deprecated.
- getBrowserDescriptors() - Method in class jenkins.plugins.git.traits.GitBrowserSCMSourceTrait.DescriptorImpl
-
Expose the
GitRepositoryBrowser
instances to stapler. - getBuild() - Method in interface hudson.plugins.git.util.BuildChooserContext
- getBuildChooser() - Method in class hudson.plugins.git.extensions.impl.BuildChooserSetting
- getBuildChooser() - Method in class hudson.plugins.git.GitSCM
- getBuildChooserDescriptors() - Method in class hudson.plugins.git.extensions.impl.BuildChooserSetting.DescriptorImpl
- getBuildChooserDescriptors(Item) - Method in class hudson.plugins.git.extensions.impl.BuildChooserSetting.DescriptorImpl
- getBuildData(Run) - Method in class hudson.plugins.git.GitSCM
-
Find the build log (BuildData) recorded with the last build that completed.
- getBuildData(Run, boolean) - Method in class hudson.plugins.git.GitSCM
-
Deprecated.
- getBuilderClass() - Method in class jenkins.plugins.git.traits.BranchDiscoveryTrait.DescriptorImpl
- getBuilderClass() - Method in class jenkins.plugins.git.traits.DiscoverOtherRefsTrait.DescriptorImpl
- getBuilderClass() - Method in class jenkins.plugins.git.traits.GitBrowserSCMSourceTrait.DescriptorImpl
- getBuilderClass() - Method in class jenkins.plugins.git.traits.GitSCMExtensionTraitDescriptor
- getBuilderClass() - Method in class jenkins.plugins.git.traits.GitToolSCMSourceTrait.DescriptorImpl
- getBuilderClass() - Method in class jenkins.plugins.git.traits.IgnoreOnPushNotificationTrait.DescriptorImpl
- getBuilderClass() - Method in class jenkins.plugins.git.traits.RefSpecsSCMSourceTrait.DescriptorImpl
- getBuilderClass() - Method in class jenkins.plugins.git.traits.RemoteNameSCMSourceTrait.DescriptorImpl
-
/**
- getBuilderClass() - Method in class jenkins.plugins.git.traits.TagDiscoveryTrait.DescriptorImpl
- getBuildNumber() - Method in class hudson.plugins.git.util.Build
- getBuildResult() - Method in class hudson.plugins.git.util.Build
- getBuildsByBranchName() - Method in class hudson.plugins.git.util.BuildData
- getCacheDir(String) - Static method in class jenkins.plugins.git.AbstractGitSCMSource
- getCacheDir(String, boolean) - Static method in class jenkins.plugins.git.AbstractGitSCMSource
- getCacheEntry() - Method in class jenkins.plugins.git.AbstractGitSCMSource
- getCacheLock(String) - Static method in class jenkins.plugins.git.AbstractGitSCMSource
- getCandidateRevisions(boolean, String, IGitAPI, TaskListener, BuildData) - Method in class hudson.plugins.git.util.BuildChooser
-
Deprecated.
- getCandidateRevisions(boolean, String, IGitAPI, TaskListener, BuildData, BuildChooserContext) - Method in class hudson.plugins.git.util.BuildChooser
-
Deprecated.
- getCandidateRevisions(boolean, String, GitClient, TaskListener, BuildData, BuildChooserContext) - Method in class hudson.plugins.git.util.AncestryBuildChooser
- getCandidateRevisions(boolean, String, GitClient, TaskListener, BuildData, BuildChooserContext) - Method in class hudson.plugins.git.util.BuildChooser
-
Get a list of revisions that are candidates to be built.
- getCandidateRevisions(boolean, String, GitClient, TaskListener, BuildData, BuildChooserContext) - Method in class hudson.plugins.git.util.DefaultBuildChooser
-
Determines which Revisions to build.
- getCandidateRevisions(boolean, String, GitClient, TaskListener, BuildData, BuildChooserContext) - Method in class hudson.plugins.git.util.InverseBuildChooser
- getCandidateRevisions(boolean, String, GitClient, TaskListener, BuildData, BuildChooserContext) - Method in class jenkins.plugins.git.AbstractGitSCMSource.SpecificRevisionBuildChooser
-
Get a list of revisions that are candidates to be built.
- getCategory() - Method in class hudson.plugins.git.ApiTokenPropertyConfiguration
- getCategory() - Method in class jenkins.plugins.git.GitHooksConfiguration
- getChangeSet() - Method in class hudson.plugins.git.GitChangeSet.Path
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.AssemblaWeb
-
Creates a link to the change set http://[AssemblaWeb URL]/commits/[commit]
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.BitbucketServer
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.BitbucketWeb
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.CGit
-
Creates a link to the change set http://[CGit URL]/commit?id=[commit]
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.FisheyeGitRepositoryBrowser
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.GitBlitRepositoryBrowser
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.GithubWeb
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.Gitiles
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.GitLab
-
Creates a link to the changeset v < 3.0: [GitLab URL]/commits/[Hash] else: [GitLab URL]/commit/[Hash]
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.GitList
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.GitoriousWeb
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.GitWeb
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.GogsGit
-
Creates a link to the change set http://[GogsGit URL]/commit/[commit]
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.KilnGit
-
Creates a link to the change set http://[KilnGit URL]/History/[commit]
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.Phabricator
-
Creates a link to the changeset https://[Phabricator URL]/r$repo$sha
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.RedmineWeb
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.RhodeCode
-
Creates a link to the change set
http://[RhodeCode URL]/changeset/[commit]
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.Stash
-
Creates a link to the change set http://[Stash URL]/commits/[commit]
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.TFS2013GitRepositoryBrowser
- getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.ViewGitWeb
- getChangeSetLink(String) - Method in class hudson.plugins.git.browser.GitRepositoryBrowser
-
Determines the link to the given change set ID (SHA).
- getClean() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.Moved to
CleanCheckout
- getCliGitTool(Run<?, ?>, String, TaskListener) - Method in interface jenkins.plugins.git.GitCredentialBindings
-
Ensures that the gitTool available is of type cli git/GitTool.class
GitTool
. - getCombineQueuedCommits() - Method in class hudson.plugins.git.GitRevisionBuildParameters
- getComment() - Method in class hudson.plugins.git.GitChangeSet
- getCommentAnnotated() - Method in class hudson.plugins.git.GitChangeSet
-
Gets the comment fully marked up by
ChangeLogAnnotator
. - getCommitId() - Method in class hudson.plugins.git.GitChangeSet
- getCompareRemote() - Method in class hudson.plugins.git.ChangelogToBranchOptions
- getCompareTarget() - Method in class hudson.plugins.git.ChangelogToBranchOptions
- getConfigurators(ConfigurationContext) - Method in class hudson.plugins.git.browser.casc.GitLabConfigurator
- getContextClass() - Method in class jenkins.plugins.git.traits.BranchDiscoveryTrait.DescriptorImpl
- getContextClass() - Method in class jenkins.plugins.git.traits.DiscoverOtherRefsTrait.DescriptorImpl
- getContextClass() - Method in class jenkins.plugins.git.traits.GitBrowserSCMSourceTrait.DescriptorImpl
- getContextClass() - Method in class jenkins.plugins.git.traits.GitToolSCMSourceTrait.DescriptorImpl
- getContextClass() - Method in class jenkins.plugins.git.traits.IgnoreOnPushNotificationTrait.DescriptorImpl
- getContextClass() - Method in class jenkins.plugins.git.traits.RefSpecsSCMSourceTrait.DescriptorImpl
- getContextClass() - Method in class jenkins.plugins.git.traits.RemoteNameSCMSourceTrait.DescriptorImpl
- getContextClass() - Method in class jenkins.plugins.git.traits.TagDiscoveryTrait.DescriptorImpl
- getCredentials() - Method in class jenkins.plugins.git.AbstractGitSCMSource
- getCredentialsId() - Method in class hudson.plugins.git.UserRemoteConfig
- getCredentialsId() - Method in class jenkins.plugins.git.AbstractGitSCMSource
- getCredentialsId() - Method in class jenkins.plugins.git.GitSCMSource
- getCredentialsId() - Method in class jenkins.plugins.git.GitStep
- getDate() - Method in class hudson.plugins.git.GitChangeSet
- getDefaultTarget(String, StandardCredentials) - Method in class jenkins.plugins.git.GitSCMTelescope
-
Retrieves the default target of the specified repository.
- getDefaultTemplates() - Method in class jenkins.plugins.git.traits.RefSpecsSCMSourceTrait.DescriptorImpl
-
Returns the default templates.
- getDepth() - Method in class hudson.plugins.git.extensions.impl.CloneOption
- getDepth() - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- getDescriptor() - Method in class hudson.plugins.git.extensions.GitSCMExtension
- getDescriptor() - Method in class hudson.plugins.git.extensions.impl.SparseCheckoutPath
- getDescriptor() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
- getDescriptor() - Method in class hudson.plugins.git.GitTagAction
- getDescriptor() - Method in class hudson.plugins.git.util.BuildChooser
-
Returns build chooser descriptor.
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.AssemblaWeb
-
Shows the difference between the referenced commit and the previous commit.
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.BitbucketServer
-
Creates a link to the file diff.
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.BitbucketWeb
-
Creates a link to the file diff.
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.CGit
-
Creates a link to the file diff.
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.FisheyeGitRepositoryBrowser
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.GitBlitRepositoryBrowser
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.GithubWeb
-
Creates a link to the file diff.
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.Gitiles
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.GitLab
-
Creates a link to the commit diff.
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.GitList
-
Creates a link to the file diff.
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.GitoriousWeb
-
Creates a link to the commit diff.
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.GitRepositoryBrowser
-
Determines the link to the diff between the version in the specified revision of
GitChangeSet.Path
to its previous version. - getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.GitWeb
-
Creates a link to the file diff.
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.GogsGit
-
Creates a link to the file diff.
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.KilnGit
-
Creates a link to the file diff.
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.Phabricator
-
Creates a link to the commit diff.
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.RedmineWeb
-
Creates a link to the file diff.
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.RhodeCode
-
Creates a link to the file diff.
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.Stash
-
Creates a link to the file diff.
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.TFS2013GitRepositoryBrowser
- getDiffLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.ViewGitWeb
- getDisableSubmodules() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.
- getDisplayName() - Method in class hudson.plugins.git.BranchSpec.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.browser.AssemblaWeb.AssemblaWebDescriptor
- getDisplayName() - Method in class hudson.plugins.git.browser.BitbucketServer.BitbucketServerDescriptor
- getDisplayName() - Method in class hudson.plugins.git.browser.BitbucketWeb.BitbucketWebDescriptor
- getDisplayName() - Method in class hudson.plugins.git.browser.CGit.CGITDescriptor
- getDisplayName() - Method in class hudson.plugins.git.browser.FisheyeGitRepositoryBrowser.FisheyeGitRepositoryBrowserDescriptor
- getDisplayName() - Method in class hudson.plugins.git.browser.GitBlitRepositoryBrowser.ViewGitWebDescriptor
- getDisplayName() - Method in class hudson.plugins.git.browser.GithubWeb.GithubWebDescriptor
- getDisplayName() - Method in class hudson.plugins.git.browser.Gitiles.ViewGitWebDescriptor
- getDisplayName() - Method in class hudson.plugins.git.browser.GitLab.GitLabDescriptor
- getDisplayName() - Method in class hudson.plugins.git.browser.GitList.GitListDescriptor
- getDisplayName() - Method in class hudson.plugins.git.browser.GitoriousWeb.GitoriousWebDescriptor
- getDisplayName() - Method in class hudson.plugins.git.browser.GitWeb.GitWebDescriptor
- getDisplayName() - Method in class hudson.plugins.git.browser.GogsGit.GogsGitDescriptor
- getDisplayName() - Method in class hudson.plugins.git.browser.KilnGit.KilnGitDescriptor
- getDisplayName() - Method in class hudson.plugins.git.browser.Phabricator.PhabricatorDescriptor
- getDisplayName() - Method in class hudson.plugins.git.browser.RedmineWeb.RedmineWebDescriptor
- getDisplayName() - Method in class hudson.plugins.git.browser.RhodeCode.RhodeCodeDescriptor
- getDisplayName() - Method in class hudson.plugins.git.browser.Stash.StashDescriptor
- getDisplayName() - Method in class hudson.plugins.git.browser.TFS2013GitRepositoryBrowser.TFS2013GitRepositoryBrowserDescriptor
- getDisplayName() - Method in class hudson.plugins.git.browser.ViewGitWeb.ViewGitWebDescriptor
- getDisplayName() - Method in class hudson.plugins.git.ChangelogToBranchOptions.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.AuthorInChangelog.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.BuildChooserSetting.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.BuildSingleRevisionOnly.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.ChangelogToBranch.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.CheckoutOption.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.CleanBeforeCheckout.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.CleanCheckout.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.CloneOption.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.DisableRemotePoll.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.FirstBuildChangelog.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.GitLFSPull.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.IgnoreNotifyCommit.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.LocalBranch.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.MessageExclusion.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.PathRestriction.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.PerBuildTag.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.PreBuildMerge.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.PruneStaleBranch.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.PruneStaleTag.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.RelativeTargetDirectory.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.ScmName.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.SparseCheckoutPath.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.SparseCheckoutPaths.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.UserExclusion.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.UserIdentity.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.extensions.impl.WipeWorkspace.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.GitBranchSpecifierColumn.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.GitPublisher.BranchToPush.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.GitPublisher.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.GitPublisher.NoteToPush.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.GitPublisher.TagToPush.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.GitRevisionBuildParameters.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.GitStatus
- getDisplayName() - Method in class hudson.plugins.git.GitTagAction.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.GitTagAction
- getDisplayName() - Method in class hudson.plugins.git.UserMergeOptions.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.UserRemoteConfig.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.util.AncestryBuildChooser.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.util.BuildChooser
-
Short-hand to get to the display name.
- getDisplayName() - Method in class hudson.plugins.git.util.BuildData
-
Returns the build data display name, optionally with SCM name.
- getDisplayName() - Method in class hudson.plugins.git.util.DefaultBuildChooser.DescriptorImpl
- getDisplayName() - Method in class hudson.plugins.git.util.InverseBuildChooser.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.GitSCMSource.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.GitStep.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.GitUsernamePasswordBinding.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.AuthorInChangelogTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.BranchDiscoveryTrait.BranchSCMHeadAuthority.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.BranchDiscoveryTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.CheckoutOptionTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.CleanAfterCheckoutTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.CleanBeforeCheckoutTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.CloneOptionTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.DiscoverOtherRefsTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.FirstBuildChangelogTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.GitBrowserSCMSourceTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.GitLFSPullTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.GitToolSCMSourceTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.IgnoreOnPushNotificationTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.LocalBranchTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.PruneStaleBranchTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.PruneStaleTagTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.RefSpecsSCMSourceTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.RefSpecsSCMSourceTrait.RefSpecTemplate.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.RemoteNameSCMSourceTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.SparseCheckoutPathsTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.SubmoduleOptionTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.TagDiscoveryTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.TagDiscoveryTrait.TagSCMHeadAuthority.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.UserIdentityTrait.DescriptorImpl
- getDisplayName() - Method in class jenkins.plugins.git.traits.WipeWorkspaceTrait.DescriptorImpl
- getDoGenerateSubmoduleConfigurations() - Method in class hudson.plugins.git.GitSCM
-
Deprecated.
- getDst() - Method in class hudson.plugins.git.GitChangeSet.Path
- getEditType() - Method in class hudson.plugins.git.GitChangeSet.Path
- getEmail() - Method in class hudson.plugins.git.extensions.impl.UserIdentity
- getEnvironment() - Method in interface hudson.plugins.git.util.BuildChooserContext
- getExcludedMessage() - Method in class hudson.plugins.git.extensions.impl.MessageExclusion
- getExcludedRegions() - Method in class hudson.plugins.git.extensions.impl.PathRestriction
- getExcludedRegions() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.
- getExcludedRegionsNormalized() - Method in class hudson.plugins.git.extensions.impl.PathRestriction
- getExcludedRegionsNormalized() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.
- getExcludedUsers() - Method in class hudson.plugins.git.extensions.impl.UserExclusion
- getExcludedUsers() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.
- getExcludedUsersNormalized() - Method in class hudson.plugins.git.extensions.impl.UserExclusion
- getExcludedUsersNormalized() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.
- getExcludes() - Method in class jenkins.plugins.git.AbstractGitSCMSource
-
Deprecated.use
WildcardSCMSourceFilterTrait
- getExclusionPath() - Method in class hudson.plugins.git.GitStatusCrumbExclusion
- getExtension() - Method in class jenkins.plugins.git.traits.GitSCMExtensionTrait
-
Gets the extension.
- getExtensionClass() - Method in class jenkins.plugins.git.traits.GitSCMExtensionTraitDescriptor
-
Returns the type of
GitSCMExtension
that theGitSCMExtensionTrait
wraps. - getExtensionDescriptor() - Method in class jenkins.plugins.git.traits.GitSCMExtensionTraitDescriptor
-
Returns the
GitSCMExtensionDescriptor
for thisGitSCMExtensionTraitDescriptor.getExtensionClass()
. - getExtensionDescriptors() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- getExtensionDescriptors() - Method in class jenkins.plugins.git.GitSCMSource.DescriptorImpl
-
Deprecated.
- getExtensions() - Method in class hudson.plugins.git.GitSCM
-
All the configured extensions attached to this
GitSCM
. - getExtensions() - Method in class jenkins.plugins.git.AbstractGitSCMSource
-
Deprecated.use corresponding
GitSCMExtensionTrait
(and if there isn't one then likely theGitSCMExtension
is not appropriate to use in the context of aSCMSource
) - getFastForwardMode() - Method in class hudson.plugins.git.opt.PreBuildMergeOptions
- getFastForwardMode() - Method in class hudson.plugins.git.UserMergeOptions
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.AssemblaWeb
-
Creates a link to the file.
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.BitbucketServer
-
Creates a link to the file.
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.BitbucketWeb
-
Creates a link to the file.
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.CGit
-
Creates a link to the file.
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.FisheyeGitRepositoryBrowser
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.GitBlitRepositoryBrowser
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.GithubWeb
-
Creates a link to the file.
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.Gitiles
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.GitLab
-
Creates a link to the file.
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.GitList
-
Creates a link to the file.
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.GitoriousWeb
-
Creates a link to the file.
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.GitRepositoryBrowser
-
Determines the link to a single file under Git.
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.GitWeb
-
Creates a link to the file.
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.GogsGit
-
Creates a link to the file.
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.KilnGit
-
Creates a link to the file.
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.Phabricator
-
Creates a link to the file.
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.RedmineWeb
-
Creates a link to the file.
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.RhodeCode
-
Creates a link to the file.
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.Stash
-
Creates a link to the file.
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.TFS2013GitRepositoryBrowser
- getFileLink(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.ViewGitWeb
- getFunctionName() - Method in class jenkins.plugins.git.GitStep.DescriptorImpl
- getGitClient(TaskListener, EnvVars, FilePath) - Method in class hudson.plugins.git.GitTagAction.TagWorkerThread
- getGitClient(GitSCM, BuildListener, EnvVars, AbstractBuild<?, ?>, UnsupportedCommand) - Method in class hudson.plugins.git.GitPublisher
- getGitClientInstance(String, FilePath, EnvVars, TaskListener) - Method in interface jenkins.plugins.git.GitCredentialBindings
-
Use GitClient to perform git operations in a repository.
- getGitClientInstance(String, FilePath, EnvVars, TaskListener) - Method in class jenkins.plugins.git.GitUsernamePasswordBinding
- getGitConfigEmail() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.
- getGitConfigEmailToUse() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.
- getGitConfigName() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.
- getGitConfigNameToUse() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.
- getGitExe() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
-
Deprecated.
- getGitExe(Node, EnvVars, TaskListener) - Method in class hudson.plugins.git.GitSCM
-
Exposing so that we can get this from GitPublisher.
- getGitExe(Node, TaskListener) - Method in class hudson.plugins.git.GitSCM
- getGitTool() - Method in class hudson.plugins.git.GitSCM
- getGitTool() - Method in class jenkins.plugins.git.AbstractGitSCMSource
-
Deprecated.
- getGitTool() - Method in class jenkins.plugins.git.GitToolChooser
-
Recommend git tool to be used by the git client
- getGitTool() - Method in class jenkins.plugins.git.traits.GitToolSCMSourceTrait
-
Returns the
ToolInstallation.getName()
. - getGitTool(Node, EnvVars, TaskListener) - Method in class hudson.plugins.git.GitSCM
- getGitToolName() - Method in class jenkins.plugins.git.GitUsernamePasswordBinding
- getGitTools() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
-
Lists available toolinstallations.
- getGlobalConfigEmail() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
-
Global setting to be used to set GIT_COMMITTER_EMAIL and GIT_AUTHOR_EMAIL.
- getGlobalConfigName() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
-
Global setting to be used to set GIT_COMMITTER_NAME and GIT_AUTHOR_NAME.
- getHash() - Method in class hudson.plugins.git.ApiTokenPropertyConfiguration.HashedApiToken
- getHash() - Method in class jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl
- getHelpFile() - Method in class hudson.plugins.git.GitPublisher.DescriptorImpl
- getHelpFile() - Method in class jenkins.plugins.git.traits.GitSCMExtensionTraitDescriptor
- getIconFileName() - Method in class hudson.plugins.git.GitStatus
- getIconFileName() - Method in class hudson.plugins.git.GitTagAction
- getIconFileName() - Method in class hudson.plugins.git.util.BuildData
- getId() - Method in class hudson.plugins.git.GitChangeSet
- getIncludedRegions() - Method in class hudson.plugins.git.extensions.impl.PathRestriction
- getIncludedRegions() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.
- getIncludedRegionsNormalized() - Method in class hudson.plugins.git.extensions.impl.PathRestriction
- getIncludedRegionsNormalized() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.
- getIncludes() - Method in class jenkins.plugins.git.AbstractGitSCMSource
-
Deprecated.use
WildcardSCMSourceFilterTrait
- getIndex() - Method in class hudson.plugins.git.util.BuildData
- getIndexOfPath(GitChangeSet.Path) - Method in class hudson.plugins.git.browser.GitRepositoryBrowser
-
Calculate the index of the given path in a sorted list of affected files
- getKey() - Method in class hudson.plugins.git.GitSCM
- getKind() - Method in class hudson.plugins.git.GitChangeSetList
- getLastBuild(ObjectId) - Method in class hudson.plugins.git.util.BuildData
- getLastBuildOfBranch(String) - Method in class hudson.plugins.git.util.BuildData
- getLastBuiltRevision() - Method in class hudson.plugins.git.util.BuildData
-
Gets revision of the previous build.
- getLegacyId() - Method in class hudson.plugins.git.util.BuildChooserDescriptor
-
Before this extension point was formalized, existing
BuildChooser
s had a hard-coded ID name used for the persistence. - getLegacyId() - Method in class hudson.plugins.git.util.DefaultBuildChooser.DescriptorImpl
- getLocalBranch() - Method in class hudson.plugins.git.extensions.impl.LocalBranch
- getLocalBranch() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.Moved to
LocalBranch
- getLogs() - Method in class hudson.plugins.git.GitChangeSetList
- getMarked() - Method in class hudson.plugins.git.util.Build
- getMaximumAgeInDays() - Method in class hudson.plugins.git.util.AncestryBuildChooser
- getMergeOptions() - Method in class hudson.plugins.git.GitSCM
-
Deprecated.Use
PreBuildMerge
. - getMergeRemote() - Method in class hudson.plugins.git.opt.PreBuildMergeOptions
- getMergeRemote() - Method in class hudson.plugins.git.UserMergeOptions
-
Repository name, such as 'origin' that designates which repository the branch lives in.
- getMergeStrategy() - Method in class hudson.plugins.git.opt.PreBuildMergeOptions
- getMergeStrategy() - Method in class hudson.plugins.git.UserMergeOptions
- getMergeTarget() - Method in class hudson.plugins.git.opt.PreBuildMergeOptions
- getMergeTarget() - Method in class hudson.plugins.git.UserMergeOptions
-
Ref in the repository that becomes the input of the merge.
- getMsg() - Method in class hudson.plugins.git.GitChangeSet
- getName() - Method in class hudson.plugins.git.ApiTokenPropertyConfiguration.HashedApiToken
- getName() - Method in class hudson.plugins.git.BranchSpec
- getName() - Method in class hudson.plugins.git.extensions.impl.ScmName
- getName() - Method in class hudson.plugins.git.extensions.impl.UserIdentity
- getName() - Method in class hudson.plugins.git.UserRemoteConfig
- getName() - Method in class jenkins.plugins.git.GitRemoteHeadRefAction
- getName() - Method in class jenkins.plugins.git.GitSCMSourceContext.RefNameMapping
- getName(String) - Method in class jenkins.plugins.git.GitSCMSourceContext.RefNameMapping
- getNameMapping() - Method in class jenkins.plugins.git.traits.DiscoverOtherRefsTrait
- getNormalizeUrl() - Method in class hudson.plugins.git.browser.GitRepositoryBrowser
-
Determines whether a URL should be normalized Overridden in the rare case where it shouldn't
- getNormalizeUrl() - Method in class hudson.plugins.git.browser.GitWeb
- getnoteMsg() - Method in class hudson.plugins.git.GitPublisher.NoteToPush
-
Deprecated.
- getNoteMsg() - Method in class hudson.plugins.git.GitPublisher.NoteToPush
- getnoteNamespace() - Method in class hudson.plugins.git.GitPublisher.NoteToPush
-
Deprecated.
- getNoteNamespace() - Method in class hudson.plugins.git.GitPublisher.NoteToPush
- getnoteReplace() - Method in class hudson.plugins.git.GitPublisher.NoteToPush
-
Deprecated.
- getNoteReplace() - Method in class hudson.plugins.git.GitPublisher.NoteToPush
- getNotesToPush() - Method in class hudson.plugins.git.GitPublisher
- getOldGitExe() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
-
Old configuration of git executable - exposed so that we can migrate this setting to GitTool without deprecation warnings.
- getOptions() - Method in class hudson.plugins.git.extensions.impl.ChangelogToBranch
- getOptions() - Method in class hudson.plugins.git.extensions.impl.PreBuildMerge
- getOwningRun() - Method in class hudson.plugins.git.util.BuildData
- getParameterString(String, EnvVars) - Static method in class hudson.plugins.git.GitSCM
- getParamExpandedRepo(EnvVars, RemoteConfig) - Method in class hudson.plugins.git.GitSCM
-
Expand Parameters in the supplied remote repository with the parameter values provided in the given environment variables
- getParamExpandedRepos(Run<?, ?>) - Method in class hudson.plugins.git.GitSCM
-
Deprecated.
- getParamExpandedRepos(Run<?, ?>, TaskListener) - Method in class hudson.plugins.git.GitSCM
-
Expand parameters in
GitSCM.remoteRepositories
with the parameter values provided in the given build and return them. - getParamLocalBranch(Run<?, ?>) - Method in class hudson.plugins.git.GitSCM
-
Deprecated.
- getParamLocalBranch(Run<?, ?>, TaskListener) - Method in class hudson.plugins.git.GitSCM
-
Gets the parameter-expanded effective value in the context of the current build.
- getParentCommit() - Method in class hudson.plugins.git.GitChangeSet
- getPath() - Method in class hudson.plugins.git.extensions.impl.SparseCheckoutPath
- getPath() - Method in class hudson.plugins.git.GitChangeSet.Path
- getPaths() - Method in class hudson.plugins.git.GitChangeSet
-
Gets the files that are changed in this commit.
- getPermission() - Method in class hudson.plugins.git.GitTagAction
- getPollEnvironment(AbstractProject, FilePath, Launcher, TaskListener) - Static method in class hudson.plugins.git.util.GitUtils
- getPollEnvironment(AbstractProject, FilePath, Launcher, TaskListener, boolean) - Static method in class hudson.plugins.git.util.GitUtils
-
An attempt to generate at least semi-useful EnvVars for polling calls, based on previous build.
- getProjectName() - Method in class hudson.plugins.git.browser.GitBlitRepositoryBrowser
- getProjectName() - Method in class hudson.plugins.git.browser.ViewGitWeb
- getPruneBranches() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.
- getPruneTags() - Method in class hudson.plugins.git.extensions.impl.PruneStaleTag
-
Needed for pipeline syntax generator.
- getRawRefSpecs() - Method in class jenkins.plugins.git.GitSCMSource
-
Deprecated.
- getRebaseBeforePush() - Method in class hudson.plugins.git.GitPublisher.BranchToPush
- getRecursiveSubmodules() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.
- getRef() - Method in class hudson.plugins.git.ChangelogToBranchOptions
- getRef() - Method in class hudson.plugins.git.UserMergeOptions
-
Ref in the repository that becomes the input of the merge, a slash separated concatenation of merge remote and merge target.
- getRef() - Method in class jenkins.plugins.git.GitBranchSCMHead
- getRef() - Method in class jenkins.plugins.git.GitRefSCMHead
- getRef() - Method in interface jenkins.plugins.git.GitSCMHeadMixin
-
The ref, e.g.
- getRef() - Method in class jenkins.plugins.git.GitSCMSourceContext.RefNameMapping
- getRef() - Method in class jenkins.plugins.git.traits.DiscoverOtherRefsTrait
- getReference() - Method in class hudson.plugins.git.extensions.impl.CloneOption
- getReference() - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- getReference() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.Moved to
CloneOption
- getRefNameMappings() - Method in class jenkins.plugins.git.GitSCMSourceContext
- getRefspec() - Method in class hudson.plugins.git.UserRemoteConfig
- getRefSpecs() - Method in class jenkins.plugins.git.AbstractGitSCMSource
-
Deprecated.
- getRefSpecs() - Method in class jenkins.plugins.git.GitSCMSource
-
Deprecated.
- getRelativeTargetDir() - Method in class hudson.plugins.git.extensions.impl.RelativeTargetDirectory
- getRelativeTargetDir() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.
- getRemote() - Method in class jenkins.plugins.git.AbstractGitSCMSource
- getRemote() - Method in class jenkins.plugins.git.GitRemoteHeadRefAction
- getRemote() - Method in class jenkins.plugins.git.GitSCMSource
- getRemoteBranchName() - Method in class hudson.plugins.git.opt.PreBuildMergeOptions
- getRemoteConfigs() - Method in class jenkins.plugins.git.AbstractGitSCMSource
-
Deprecated.
- getRemoteName() - Method in class jenkins.plugins.git.AbstractGitSCMSource
-
Deprecated.
- getRemoteName() - Method in class jenkins.plugins.git.traits.RemoteNameSCMSourceTrait
-
Gets the remote name.
- getRemotePoll() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.Moved to
DisableRemotePoll
- getRemoteUrls() - Method in class hudson.plugins.git.util.BuildData
- getRepo() - Method in class hudson.plugins.git.browser.Phabricator
- getRepositories() - Method in class hudson.plugins.git.GitSCM
- getRepositoryByName(String) - Method in class hudson.plugins.git.GitSCM
- getRepoUrl() - Method in class hudson.plugins.git.browser.GitRepositoryBrowser
- getRequiredClient() - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Let extension declare required GitClient implementation.
- getRequiredClient() - Method in class hudson.plugins.git.extensions.impl.CloneOption
-
Let extension declare required GitClient implementation.
- getRequiredClient() - Method in class hudson.plugins.git.extensions.impl.PreBuildMerge
- getRequiredGlobalConfigPagePermission() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- getRequiredMonitorService() - Method in class hudson.plugins.git.GitPublisher
- getRevision() - Method in class hudson.plugins.git.GitChangeSet
- getRevision() - Method in class hudson.plugins.git.util.Build
- getRevision() - Method in class jenkins.plugins.git.GitSCMFileSystem
- getRevision(String, StandardCredentials, String) - Method in class jenkins.plugins.git.GitSCMTelescope
-
Retrieves the current revision of the specified reference or object hash.
- getRevision(String, StandardCredentials, SCMHead) - Method in class jenkins.plugins.git.GitSCMTelescope
-
Retrieves the current revision of the specified head.
- getRevisionContainingBranch(String) - Method in class hudson.plugins.git.util.GitUtils
-
Return the revision containing the branch name.
- getRevisionForSHA1(ObjectId) - Method in class hudson.plugins.git.util.GitUtils
- getRevisions(String, StandardCredentials) - Method in class jenkins.plugins.git.GitSCMTelescope
-
Retrieves the current revisions of the specified repository.
- getRevisions(String, StandardCredentials, Set<GitSCMTelescope.ReferenceType>) - Method in class jenkins.plugins.git.GitSCMTelescope
-
Retrieves the current revisions of the specified repository.
- getRoot() - Method in class jenkins.plugins.git.GitSCMFileSystem
- getScmClass() - Method in class jenkins.plugins.git.traits.GitBrowserSCMSourceTrait.DescriptorImpl
- getScmClass() - Method in class jenkins.plugins.git.traits.GitSCMExtensionTraitDescriptor
- getScmClass() - Method in class jenkins.plugins.git.traits.GitToolSCMSourceTrait.DescriptorImpl
- getScmClass() - Method in class jenkins.plugins.git.traits.IgnoreOnPushNotificationTrait.DescriptorImpl
- getScmClass() - Method in class jenkins.plugins.git.traits.RefSpecsSCMSourceTrait.DescriptorImpl
- getScmClass() - Method in class jenkins.plugins.git.traits.RemoteNameSCMSourceTrait.DescriptorImpl
- getSCMDescriptor() - Method in class jenkins.plugins.git.GitSCMSource.DescriptorImpl
-
Deprecated.
- getScmName() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.Moved to
ScmName
- getScmName() - Method in class hudson.plugins.git.util.BuildData
- getSha1() - Method in class hudson.plugins.git.util.MergeRecord
- getSHA1() - Method in class hudson.plugins.git.util.Build
- getShallow() - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- getShortDescription() - Method in class hudson.plugins.git.GitStatus.CommitHookCause
- getSizeOfRepository(String, Item, String) - Method in class jenkins.plugins.git.GitToolChooser.RepositorySizeAPI
- getSkipTag() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.
- getSourceClass() - Method in class jenkins.plugins.git.traits.BranchDiscoveryTrait.DescriptorImpl
- getSourceClass() - Method in class jenkins.plugins.git.traits.DiscoverOtherRefsTrait.DescriptorImpl
- getSourceClass() - Method in class jenkins.plugins.git.traits.GitBrowserSCMSourceTrait.DescriptorImpl
- getSourceClass() - Method in class jenkins.plugins.git.traits.IgnoreOnPushNotificationTrait.DescriptorImpl
- getSourceClass() - Method in class jenkins.plugins.git.traits.TagDiscoveryTrait.DescriptorImpl
- getSparseCheckoutPaths() - Method in class hudson.plugins.git.extensions.impl.SparseCheckoutPaths
- getSrc() - Method in class hudson.plugins.git.GitChangeSet.Path
- getSubmoduleCfg() - Method in class hudson.plugins.git.GitSCM
-
Deprecated.
- getSubmoduleName() - Method in class hudson.plugins.git.SubmoduleConfig
-
Deprecated.
- getTag() - Method in class hudson.plugins.git.GitTagAction.TagInfo
- getTagInfo() - Method in class hudson.plugins.git.GitTagAction
- getTagMessage() - Method in class hudson.plugins.git.GitPublisher.TagToPush
- getTagName() - Method in class hudson.plugins.git.GitPublisher.TagToPush
- getTags() - Method in class hudson.plugins.git.GitTagAction
- getTagsToPush() - Method in class hudson.plugins.git.GitPublisher
- getTarget() - Method in class hudson.plugins.git.browser.casc.GitLabConfigurator
- getTargetRepoName() - Method in class hudson.plugins.git.GitPublisher.PushConfig
- getTemplates() - Method in class jenkins.plugins.git.traits.RefSpecsSCMSourceTrait
-
Gets the templates.
- getThreads() - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- getTimeout() - Method in class hudson.plugins.git.extensions.impl.CheckoutOption
- getTimeout() - Method in class hudson.plugins.git.extensions.impl.CloneOption
- getTimeout() - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- getTimestamp() - Method in class hudson.plugins.git.GitChangeSet
- getTimestamp() - Method in class jenkins.plugins.git.GitTagSCMHead
- getTimestamp(String, StandardCredentials, String) - Method in class jenkins.plugins.git.GitSCMTelescope
-
Retrieves the timestamp of the specified reference or object hash.
- getTimestamp(String, StandardCredentials, SCMHead) - Method in class jenkins.plugins.git.GitSCMTelescope
-
Retrieves the timestamp of the specified reference or object hash.
- getTooltip() - Method in class hudson.plugins.git.GitTagAction
- getTrackingSubmodules() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.
- getTraits() - Method in class jenkins.plugins.git.AbstractGitSCMSource
-
Returns the
SCMSourceTrait
instances for thisAbstractGitSCMSource
. - getTraits() - Method in class jenkins.plugins.git.GitSCMSource
- getTraitsDefaults() - Method in class jenkins.plugins.git.GitSCMSource.DescriptorImpl
- getTraitsDescriptorLists() - Method in class jenkins.plugins.git.GitSCMSource.DescriptorImpl
- getUrl() - Method in class hudson.plugins.git.browser.GitRepositoryBrowser
- getUrl() - Method in class hudson.plugins.git.UserRemoteConfig
- getUrl() - Method in class jenkins.plugins.git.GitStep
- getUrlName() - Method in class hudson.plugins.git.GitStatus
- getUrlName() - Method in class hudson.plugins.git.util.BuildData
- getUserMergeOptions() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.
- getUserRemoteConfigs() - Method in class hudson.plugins.git.GitSCM
- getUseShallowClone() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.Moved to
CloneOption
- getUuid() - Method in class hudson.plugins.git.ApiTokenPropertyConfiguration.HashedApiToken
- getValue() - Method in class jenkins.plugins.git.traits.RefSpecsSCMSourceTrait.RefSpecTemplate
-
Gets the template value.
- getVersion() - Method in class hudson.plugins.git.browser.GitLab
- getWipeOutWorkspace() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.Moved to
WipeWorkspace
- getWorkingDirectory(GitSCM, AbstractProject<?, ?>, FilePath, EnvVars, TaskListener) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Deprecated.
- getWorkingDirectory(GitSCM, Job<?, ?>, FilePath, EnvVars, TaskListener) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Given the workspace root directory, gets the working directory, which is where the repository will be checked out.
- getWorkingDirectory(GitSCM, Job<?, ?>, FilePath, EnvVars, TaskListener) - Method in class hudson.plugins.git.extensions.impl.RelativeTargetDirectory
- GIT_BRANCH - Static variable in class hudson.plugins.git.GitSCM
- GIT_CHECKOUT_DIR - Static variable in class hudson.plugins.git.GitSCM
- GIT_COMMIT - Static variable in class hudson.plugins.git.GitSCM
- git_fips_url_notsecured() - Static method in class hudson.plugins.git.Messages
-
Key
git.fips.url.notsecured
:FIPS requires to use git url with TLS.
. - git_fips_url_notsecured() - Static method in class jenkins.plugins.git.Messages
-
Key
git.fips.url.notsecured
:Invalid configuration will not fetch any remote. FIPS requires a secure channel for git fetch with credentials.
. - GIT_LOCAL_BRANCH - Static variable in class hudson.plugins.git.GitSCM
- GIT_PREVIOUS_COMMIT - Static variable in class hudson.plugins.git.GitSCM
- GIT_PREVIOUS_SUCCESSFUL_COMMIT - Static variable in class hudson.plugins.git.GitSCM
- GIT_REF - Static variable in class hudson.plugins.git.GitSCM
- GIT_URL - Static variable in class hudson.plugins.git.GitSCM
- GitBlitRepositoryBrowser - Class in hudson.plugins.git.browser
- GitBlitRepositoryBrowser(String, String) - Constructor for class hudson.plugins.git.browser.GitBlitRepositoryBrowser
- GitBlitRepositoryBrowser.ViewGitWebDescriptor - Class in hudson.plugins.git.browser
- GitBranchSCMHead - Class in jenkins.plugins.git
- GitBranchSCMHead(String) - Constructor for class jenkins.plugins.git.GitBranchSCMHead
-
Constructor.
- GitBranchSCMHead.SCMHeadMigrationImpl - Class in jenkins.plugins.git
- GitBranchSCMRevision - Class in jenkins.plugins.git
- GitBranchSCMRevision(GitBranchSCMHead, String) - Constructor for class jenkins.plugins.git.GitBranchSCMRevision
- GitBranchSpecifierColumn - Class in hudson.plugins.git
-
Class that adds an optional 'Git branches to build' column to a list view.
- GitBranchSpecifierColumn() - Constructor for class hudson.plugins.git.GitBranchSpecifierColumn
- GitBranchSpecifierColumn.DescriptorImpl - Class in hudson.plugins.git
- GitBranchTokenMacro - Class in hudson.plugins.git
-
GIT_BRANCH
token that expands to the branch(es) that was built. - GitBranchTokenMacro() - Constructor for class hudson.plugins.git.GitBranchTokenMacro
- GitBrowserSCMSourceTrait - Class in jenkins.plugins.git.traits
- GitBrowserSCMSourceTrait(GitRepositoryBrowser) - Constructor for class jenkins.plugins.git.traits.GitBrowserSCMSourceTrait
-
Stapler constructor.
- GitBrowserSCMSourceTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our
Descriptor
- GitChangeLogParser - Class in hudson.plugins.git
-
Parse the git log
- GitChangeLogParser(boolean) - Constructor for class hudson.plugins.git.GitChangeLogParser
-
Deprecated.use #GitChangeLogParser(GitClient, boolean)
- GitChangeLogParser(GitClient, boolean) - Constructor for class hudson.plugins.git.GitChangeLogParser
-
Git client plugin 2.x silently truncated the first line of a commit message when showing the changelog summary in the 'Changes' page using command line git.
- GitChangeSet - Class in hudson.plugins.git
-
Represents a change set.
- GitChangeSet(List<String>, boolean) - Constructor for class hudson.plugins.git.GitChangeSet
-
Create Git change set using information in given lines.
- GitChangeSet(List<String>, boolean, boolean) - Constructor for class hudson.plugins.git.GitChangeSet
-
Create Git change set using information in given lines.
- GitChangeSet.Path - Class in hudson.plugins.git
- GitChangeSetList - Class in hudson.plugins.git
-
List of changeset that went into a particular build.
- GITCLI - Enum constant in enum class hudson.plugins.git.extensions.GitClientType
- GitClientConflictException - Exception in hudson.plugins.git.extensions
- GitClientConflictException() - Constructor for exception hudson.plugins.git.extensions.GitClientConflictException
- GitClientType - Enum Class in hudson.plugins.git.extensions
- GitCredentialBindings - Interface in jenkins.plugins.git
- GitHooksConfiguration - Class in jenkins.plugins.git
- GitHooksConfiguration() - Constructor for class jenkins.plugins.git.GitHooksConfiguration
- GithubWeb - Class in hudson.plugins.git.browser
-
Git Browser URLs
- GithubWeb(String) - Constructor for class hudson.plugins.git.browser.GithubWeb
- GithubWeb.GithubWebDescriptor - Class in hudson.plugins.git.browser
- GithubWebDescriptor() - Constructor for class hudson.plugins.git.browser.GithubWeb.GithubWebDescriptor
- Gitiles - Class in hudson.plugins.git.browser
- Gitiles(String) - Constructor for class hudson.plugins.git.browser.Gitiles
- Gitiles.ViewGitWebDescriptor - Class in hudson.plugins.git.browser
- GitLab - Class in hudson.plugins.git.browser
-
Git Browser for GitLab
- GitLab(String) - Constructor for class hudson.plugins.git.browser.GitLab
- GitLab(String, String) - Constructor for class hudson.plugins.git.browser.GitLab
-
Deprecated.
- GitLab.GitLabDescriptor - Class in hudson.plugins.git.browser
- GitLabConfigurator - Class in hudson.plugins.git.browser.casc
- GitLabConfigurator() - Constructor for class hudson.plugins.git.browser.casc.GitLabConfigurator
- GitLabDescriptor() - Constructor for class hudson.plugins.git.browser.GitLab.GitLabDescriptor
- GitLFSPull - Class in hudson.plugins.git.extensions.impl
-
git-lfs-pull after the checkout.
- GitLFSPull() - Constructor for class hudson.plugins.git.extensions.impl.GitLFSPull
- GitLFSPull.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- GitLFSPullTrait - Class in jenkins.plugins.git.traits
-
Exposes
GitLFSPull
as aSCMSourceTrait
. - GitLFSPullTrait() - Constructor for class jenkins.plugins.git.traits.GitLFSPullTrait
-
Stapler constructor.
- GitLFSPullTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our
Descriptor
- GitList - Class in hudson.plugins.git.browser
-
Git Browser URLs
- GitList(String) - Constructor for class hudson.plugins.git.browser.GitList
- GitList.GitListDescriptor - Class in hudson.plugins.git.browser
- GitListDescriptor() - Constructor for class hudson.plugins.git.browser.GitList.GitListDescriptor
- GitoriousWeb - Class in hudson.plugins.git.browser
-
Git Browser for Gitorious
- GitoriousWeb(String) - Constructor for class hudson.plugins.git.browser.GitoriousWeb
- GitoriousWeb.GitoriousWebDescriptor - Class in hudson.plugins.git.browser
- GitoriousWebDescriptor() - Constructor for class hudson.plugins.git.browser.GitoriousWeb.GitoriousWebDescriptor
- GitPublisher - Class in hudson.plugins.git
- GitPublisher(List<GitPublisher.TagToPush>, List<GitPublisher.BranchToPush>, List<GitPublisher.NoteToPush>, boolean, boolean, boolean) - Constructor for class hudson.plugins.git.GitPublisher
- GitPublisher_Check_BranchName() - Static method in class hudson.plugins.git.Messages
-
Key
GitPublisher.Check.BranchName
:Branch Name
. - GitPublisher_Check_Note() - Static method in class hudson.plugins.git.Messages
-
Key
GitPublisher.Check.Note
:Note
. - GitPublisher_Check_RemoteName() - Static method in class hudson.plugins.git.Messages
-
Key
GitPublisher.Check.RemoteName
:Remote Name
. - GitPublisher_Check_Required(Object) - Static method in class hudson.plugins.git.Messages
-
Key
GitPublisher.Check.Required
:{0} is required.
. - GitPublisher_Check_TagName() - Static method in class hudson.plugins.git.Messages
-
Key
GitPublisher.Check.TagName
:Tag Name
. - GitPublisher.BranchToPush - Class in hudson.plugins.git
- GitPublisher.BranchToPush.DescriptorImpl - Class in hudson.plugins.git
- GitPublisher.DescriptorImpl - Class in hudson.plugins.git
- GitPublisher.NoteToPush - Class in hudson.plugins.git
- GitPublisher.NoteToPush.DescriptorImpl - Class in hudson.plugins.git
- GitPublisher.PushConfig - Class in hudson.plugins.git
- GitPublisher.TagToPush - Class in hudson.plugins.git
- GitPublisher.TagToPush.DescriptorImpl - Class in hudson.plugins.git
- GitRefSCMHead - Class in jenkins.plugins.git
- GitRefSCMHead(String) - Constructor for class jenkins.plugins.git.GitRefSCMHead
-
Constructor where ref and name are the same.
- GitRefSCMHead(String, String) - Constructor for class jenkins.plugins.git.GitRefSCMHead
-
Constructor.
- GitRefSCMRevision - Class in jenkins.plugins.git
- GitRefSCMRevision(GitRefSCMHead, String) - Constructor for class jenkins.plugins.git.GitRefSCMRevision
- GitRemoteHeadRefAction - Class in jenkins.plugins.git
- GitRemoteHeadRefAction(String, String) - Constructor for class jenkins.plugins.git.GitRemoteHeadRefAction
- GitRepositoryBrowser - Class in hudson.plugins.git.browser
- GitRepositoryBrowser() - Constructor for class hudson.plugins.git.browser.GitRepositoryBrowser
-
Deprecated.
- GitRepositoryBrowser(String) - Constructor for class hudson.plugins.git.browser.GitRepositoryBrowser
- GitRevisionBuildParameters - Class in hudson.plugins.git
-
Build parameter in the parameterized build trigger to pass the Git commit to the downstream build (to do something else on the same commit.)
- GitRevisionBuildParameters() - Constructor for class hudson.plugins.git.GitRevisionBuildParameters
- GitRevisionBuildParameters(boolean) - Constructor for class hudson.plugins.git.GitRevisionBuildParameters
- GitRevisionBuildParameters.DescriptorImpl - Class in hudson.plugins.git
- GitRevisionTokenMacro - Class in hudson.plugins.git
-
GIT_REVISION
token that expands to the SHA1 of the commit that was built. - GitRevisionTokenMacro() - Constructor for class hudson.plugins.git.GitRevisionTokenMacro
- gitSCM - Variable in class hudson.plugins.git.util.BuildChooser
-
Refers back to the
GitSCM
that owns this build chooser. - GitSCM - Class in hudson.plugins.git
-
Git SCM.
- GitSCM(String) - Constructor for class hudson.plugins.git.GitSCM
-
A convenience constructor that sets everything to default.
- GitSCM(List<UserRemoteConfig>, List<BranchSpec>, GitRepositoryBrowser, String, List<GitSCMExtension>) - Constructor for class hudson.plugins.git.GitSCM
- GitSCM(List<UserRemoteConfig>, List<BranchSpec>, Boolean, Collection<SubmoduleConfig>, GitRepositoryBrowser, String, List<GitSCMExtension>) - Constructor for class hudson.plugins.git.GitSCM
-
Deprecated.
- GitSCM.DescriptorImpl - Class in hudson.plugins.git
- GitSCMBackwardCompatibility - Class in hudson.plugins.git
- GitSCMBackwardCompatibility() - Constructor for class hudson.plugins.git.GitSCMBackwardCompatibility
- GitSCMBuilder<B extends GitSCMBuilder<B>> - Class in jenkins.plugins.git
-
The
SCMBuilder
base class forAbstractGitSCMSource
. - GitSCMBuilder(SCMHead, SCMRevision, String, String) - Constructor for class jenkins.plugins.git.GitSCMBuilder
-
Constructor.
- GitSCMExtension - Class in hudson.plugins.git.extensions
-
Extension point to tweak the behaviour of
GitSCM
. - GitSCMExtension() - Constructor for class hudson.plugins.git.extensions.GitSCMExtension
- GitSCMExtensionDescriptor - Class in hudson.plugins.git.extensions
- GitSCMExtensionDescriptor() - Constructor for class hudson.plugins.git.extensions.GitSCMExtensionDescriptor
- GitSCMExtensionTrait<E extends GitSCMExtension> - Class in jenkins.plugins.git.traits
-
Base class for exposing a
GitSCMExtension
as aSCMSourceTrait
. - GitSCMExtensionTrait(E) - Constructor for class jenkins.plugins.git.traits.GitSCMExtensionTrait
-
Constructor.
- GitSCMExtensionTraitDescriptor - Class in jenkins.plugins.git.traits
-
Base class for the
Descriptor
of aGitSCMExtension
. - GitSCMExtensionTraitDescriptor() - Constructor for class jenkins.plugins.git.traits.GitSCMExtensionTraitDescriptor
-
Infers the type of the corresponding
GitSCMExtensionTrait
from the outer class. - GitSCMExtensionTraitDescriptor(Class<? extends SCMSourceTrait>, Class<? extends GitSCMExtension>) - Constructor for class jenkins.plugins.git.traits.GitSCMExtensionTraitDescriptor
-
Constructor to use when type inference using
GitSCMExtensionTraitDescriptor()
does not work. - GitSCMFile - Class in jenkins.plugins.git
-
Implementation of
SCMFile
for Git. - GitSCMFile(GitSCMFileSystem) - Constructor for class jenkins.plugins.git.GitSCMFile
- GitSCMFile(GitSCMFileSystem, GitSCMFile, String) - Constructor for class jenkins.plugins.git.GitSCMFile
- GitSCMFileSystem - Class in jenkins.plugins.git
-
Base implementation of
SCMFileSystem
. - GitSCMFileSystem(GitClient, String, String, AbstractGitSCMSource.SCMRevisionImpl) - Constructor for class jenkins.plugins.git.GitSCMFileSystem
-
Constructor.
- GitSCMFileSystem.BuilderImpl - Class in jenkins.plugins.git
- GitSCMFileSystem.FSFunction<V> - Interface in jenkins.plugins.git
-
Simple callback that is used with
GitSCMFileSystem.invoke(jenkins.plugins.git.GitSCMFileSystem.FSFunction)
in order to provide a locked view of the Git repository - GitSCMHeadMixin - Interface in jenkins.plugins.git
- GitSCMMatrixUtil - Class in jenkins.plugins.git
-
Utility methods for integrating with Matrix Project plugin.
- GitSCMMatrixUtil() - Constructor for class jenkins.plugins.git.GitSCMMatrixUtil
- GitSCMSource - Class in jenkins.plugins.git
-
A
SCMSource
that discovers branches in a git repository. - GitSCMSource(String) - Constructor for class jenkins.plugins.git.GitSCMSource
- GitSCMSource(String, String, String, String, String, boolean) - Constructor for class jenkins.plugins.git.GitSCMSource
-
Deprecated.
- GitSCMSource(String, String, String, String, String, String, String, boolean) - Constructor for class jenkins.plugins.git.GitSCMSource
-
Deprecated.
- GitSCMSource_DisplayName() - Static method in class jenkins.plugins.git.Messages
-
Key
GitSCMSource.DisplayName
:Git
. - GitSCMSource.DescriptorImpl - Class in jenkins.plugins.git
- GitSCMSource.ListenerImpl - Class in jenkins.plugins.git
- GitSCMSourceContext<C extends GitSCMSourceContext<C,
R>, R extends GitSCMSourceRequest> - Class in jenkins.plugins.git -
The
SCMSourceContext
for aAbstractGitSCMSource
. - GitSCMSourceContext(SCMSourceCriteria, SCMHeadObserver) - Constructor for class jenkins.plugins.git.GitSCMSourceContext
-
Constructor.
- GitSCMSourceContext.RefNameMapping - Class in jenkins.plugins.git
- GitSCMSourceDefaults - Class in jenkins.plugins.git
-
Used to reset the default clone behaviour for
GitSCM
instances created byGitSCMBuilder
. - GitSCMSourceDefaults(boolean) - Constructor for class jenkins.plugins.git.GitSCMSourceDefaults
-
Constructor.
- GitSCMSourceRequest - Class in jenkins.plugins.git
-
The
SCMSourceRequest
base class forAbstractGitSCMSource
. - GitSCMSourceRequest(SCMSource, GitSCMSourceContext<?, ?>, TaskListener) - Constructor for class jenkins.plugins.git.GitSCMSourceRequest
-
Constructor.
- GitSCMTelescope - Class in jenkins.plugins.git
-
An implementation of this extension point allows
AbstractGitSCMSource
to examine a repository from a distance without requiring a local checkout. - GitSCMTelescope() - Constructor for class jenkins.plugins.git.GitSCMTelescope
- GitSCMTelescope.ReferenceType - Enum Class in jenkins.plugins.git
-
The potential types of reference supported by a
GitSCMTelescope
. - GitStatus - Class in hudson.plugins.git
-
Root action that requests the plugin to poll for changes in remote repositories.
- GitStatus() - Constructor for class hudson.plugins.git.GitStatus
- GitStatus.CommitHookCause - Class in hudson.plugins.git
- GitStatus.JenkinsAbstractProjectListener - Class in hudson.plugins.git
-
Handle standard
SCMTriggerItem
instances with a standardSCMTrigger
. - GitStatus.Listener - Class in hudson.plugins.git
-
Other plugins may be interested in listening for these updates.
- GitStatus.MessageResponseContributor - Class in hudson.plugins.git
-
A response contributor that just adds a simple message to the body.
- GitStatus.ResponseContributor - Class in hudson.plugins.git
-
Contributes to a
GitStatus.doNotifyCommit(HttpServletRequest, String, String, String, String)
response. - GitStatusCrumbExclusion - Class in hudson.plugins.git
-
Make POST to /git/notifyCommit work with CSRF protection on.
- GitStatusCrumbExclusion() - Constructor for class hudson.plugins.git.GitStatusCrumbExclusion
- GitStep - Class in jenkins.plugins.git
-
Runs Git using
GitSCM
. - GitStep(String) - Constructor for class jenkins.plugins.git.GitStep
- GitStep_git() - Static method in class jenkins.plugins.git.Messages
-
Key
GitStep.git
:Git
. - GitStep.DescriptorImpl - Class in jenkins.plugins.git
- GitTagAction - Class in hudson.plugins.git
- GitTagAction(Run, FilePath, Revision) - Constructor for class hudson.plugins.git.GitTagAction
- GitTagAction.DescriptorImpl - Class in hudson.plugins.git
-
Just for assisting form related stuff.
- GitTagAction.TagInfo - Class in hudson.plugins.git
- GitTagAction.TagWorkerThread - Class in hudson.plugins.git
-
The thread that performs tagging operation asynchronously.
- GitTagSCMHead - Class in jenkins.plugins.git
-
Represents a Git Tag.
- GitTagSCMHead(String, long) - Constructor for class jenkins.plugins.git.GitTagSCMHead
-
Constructor.
- GitTagSCMRevision - Class in jenkins.plugins.git
-
Represents the revision of a Git Tag.
- GitTagSCMRevision(GitTagSCMHead, String) - Constructor for class jenkins.plugins.git.GitTagSCMRevision
-
Constructor.
- gitTool - Variable in class hudson.plugins.git.GitSCM
- gitTool() - Method in class jenkins.plugins.git.GitSCMBuilder
-
Returns the name of the
GitTool
to use ornull
to use the default. - gitTool() - Method in class jenkins.plugins.git.GitSCMSourceContext
-
Returns the name of the
GitTool
to use ornull
to use the default. - gitTool() - Method in class jenkins.plugins.git.GitSCMSourceRequest
-
Returns the name of the
GitTool
to use ornull
to use the default. - GitToolChooser - Class in jenkins.plugins.git
-
A class which allows Git Plugin to choose a git implementation by estimating the size of a repository from a distance without requiring a local checkout.
- GitToolChooser(String, Item, String, GitTool, Node, TaskListener, Boolean) - Constructor for class jenkins.plugins.git.GitToolChooser
-
Instantiate class using the remote name.
- GitToolChooser.RepositorySizeAPI - Class in jenkins.plugins.git
-
Other plugins can estimate the size of repository using this extension point The size is assumed to be in KiBs
- GitToolSCMSourceTrait - Class in jenkins.plugins.git.traits
- GitToolSCMSourceTrait(String) - Constructor for class jenkins.plugins.git.traits.GitToolSCMSourceTrait
-
Stapler constructor.
- GitToolSCMSourceTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our
Descriptor
- GitUsernamePasswordBinding - Class in jenkins.plugins.git
- GitUsernamePasswordBinding(String, String) - Constructor for class jenkins.plugins.git.GitUsernamePasswordBinding
- GitUsernamePasswordBinding_DisplayName() - Static method in class jenkins.plugins.git.Messages
-
Key
GitUsernamePasswordBinding.DisplayName
:Git Username and Password
. - GitUsernamePasswordBinding.DescriptorImpl - Class in jenkins.plugins.git
- GitUsernamePasswordBinding.GenerateGitScript - Class in jenkins.plugins.git
- GitUtils - Class in hudson.plugins.git.util
- GitUtils(TaskListener, GitClient) - Constructor for class hudson.plugins.git.util.GitUtils
- GitWeb - Class in hudson.plugins.git.browser
-
Git Browser URLs
- GitWeb(String) - Constructor for class hudson.plugins.git.browser.GitWeb
- GitWeb.GitWebDescriptor - Class in hudson.plugins.git.browser
- GitWebDescriptor() - Constructor for class hudson.plugins.git.browser.GitWeb.GitWebDescriptor
- GogsGit - Class in hudson.plugins.git.browser
- GogsGit(String) - Constructor for class hudson.plugins.git.browser.GogsGit
- GogsGit.GogsGitDescriptor - Class in hudson.plugins.git.browser
- GogsGitDescriptor() - Constructor for class hudson.plugins.git.browser.GogsGit.GogsGitDescriptor
- guessBrowser() - Method in class hudson.plugins.git.GitSCM
H
- hasBeenBuilt(ObjectId) - Method in class hudson.plugins.git.util.BuildData
-
Return true if the history shows this SHA1 has been built.
- hasBeenReferenced(String) - Method in class hudson.plugins.git.util.BuildData
- hashCode() - Method in class hudson.plugins.git.extensions.impl.AuthorInChangelog
- hashCode() - Method in class hudson.plugins.git.extensions.impl.CheckoutOption
- hashCode() - Method in class hudson.plugins.git.extensions.impl.CleanBeforeCheckout
- hashCode() - Method in class hudson.plugins.git.extensions.impl.CleanCheckout
- hashCode() - Method in class hudson.plugins.git.extensions.impl.CloneOption
- hashCode() - Method in class hudson.plugins.git.extensions.impl.FirstBuildChangelog
- hashCode() - Method in class hudson.plugins.git.extensions.impl.GitLFSPull
- hashCode() - Method in class hudson.plugins.git.extensions.impl.IgnoreNotifyCommit
- hashCode() - Method in class hudson.plugins.git.extensions.impl.LocalBranch
- hashCode() - Method in class hudson.plugins.git.extensions.impl.PreBuildMerge
- hashCode() - Method in class hudson.plugins.git.extensions.impl.PruneStaleBranch
- hashCode() - Method in class hudson.plugins.git.extensions.impl.PruneStaleTag
- hashCode() - Method in class hudson.plugins.git.extensions.impl.SparseCheckoutPath
- hashCode() - Method in class hudson.plugins.git.extensions.impl.SparseCheckoutPaths
- hashCode() - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- hashCode() - Method in class hudson.plugins.git.extensions.impl.UserIdentity
- hashCode() - Method in class hudson.plugins.git.extensions.impl.WipeWorkspace
- hashCode() - Method in class hudson.plugins.git.GitChangeSet
- hashCode() - Method in class hudson.plugins.git.UserMergeOptions
- hashCode() - Method in class hudson.plugins.git.util.Build
- hashCode() - Method in class hudson.plugins.git.util.BuildData
- hashCode() - Method in class jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl
- hashCode() - Method in class jenkins.plugins.git.GitRemoteHeadRefAction
- hashCode() - Method in class jenkins.plugins.git.GitSCMSourceContext.RefNameMapping
- hashCode() - Method in class jenkins.plugins.git.GitSCMSourceDefaults
- hasMatchingApiToken(String) - Method in class hudson.plugins.git.ApiTokenPropertyConfiguration
- HEAD - Enum constant in enum class jenkins.plugins.git.GitSCMTelescope.ReferenceType
-
A regular reference.
- hudson.plugins.git - package hudson.plugins.git
- hudson.plugins.git.browser - package hudson.plugins.git.browser
- hudson.plugins.git.browser.casc - package hudson.plugins.git.browser.casc
- hudson.plugins.git.extensions - package hudson.plugins.git.extensions
- hudson.plugins.git.extensions.impl - package hudson.plugins.git.extensions.impl
- hudson.plugins.git.opt - package hudson.plugins.git.opt
- hudson.plugins.git.util - package hudson.plugins.git.util
- hudsonBuildNumber - Variable in class hudson.plugins.git.util.Build
- hudsonBuildResult - Variable in class hudson.plugins.git.util.Build
I
- IgnoreNotifyCommit - Class in hudson.plugins.git.extensions.impl
-
Trigger from push notification should be moved to the core as a generic cross-SCM function.
- IgnoreNotifyCommit() - Constructor for class hudson.plugins.git.extensions.impl.IgnoreNotifyCommit
- IgnoreNotifyCommit.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- ignoreOnPushNotifications() - Method in class jenkins.plugins.git.GitSCMSourceContext
-
Returns
true
if push notifications should be ignored. - IgnoreOnPushNotificationTrait - Class in jenkins.plugins.git.traits
- IgnoreOnPushNotificationTrait() - Constructor for class jenkins.plugins.git.traits.IgnoreOnPushNotificationTrait
-
Stapler constructor.
- IgnoreOnPushNotificationTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our
Descriptor
- includeCategory(SCMHeadCategory) - Method in class jenkins.plugins.git.traits.BranchDiscoveryTrait
- includeCategory(SCMHeadCategory) - Method in class jenkins.plugins.git.traits.TagDiscoveryTrait
- initialChecksAndReturnOk(Item, String) - Static method in class hudson.plugins.git.browser.GitRepositoryBrowser
- instance(Mapping, ConfigurationContext) - Method in class hudson.plugins.git.browser.casc.GitLabConfigurator
- invalidUrl() - Static method in class hudson.plugins.git.Messages
-
Key
invalidUrl
:Invalid URL
. - InverseBuildChooser - Class in hudson.plugins.git.util
-
Git build chooser which will select all branches except for those which match the configured branch specifiers.
- InverseBuildChooser() - Constructor for class hudson.plugins.git.util.InverseBuildChooser
- InverseBuildChooser.DescriptorImpl - Class in hudson.plugins.git.util
- invoke(GitSCMFileSystem.FSFunction<V>) - Method in class jenkins.plugins.git.GitSCMFileSystem
-
Called with an
GitSCMFileSystem.FSFunction
callback with a singleton repository cache lock. - invoke(Repository) - Method in interface jenkins.plugins.git.GitSCMFileSystem.FSFunction
-
Called with a lock on the repository in order to perform some operations that might result in changes and necessary re-indexing
- invoke(Repository, VirtualChannel) - Method in class hudson.plugins.git.util.RevCommitRepositoryCallback
- invoke(P, VirtualChannel) - Method in interface hudson.plugins.git.util.BuildChooserContext.ContextCallable
-
Performs the computational task on the node where the data is located.
- isAddGitTagAction() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- isAddGitTagAction() - Method in class hudson.plugins.git.GitSCM
- isAllowedOnAgents() - Method in class jenkins.plugins.git.GitHooksConfiguration
- isAllowedOnController() - Method in class jenkins.plugins.git.GitHooksConfiguration
- isAllowSecondFetch() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- isAllowSecondFetch() - Method in class hudson.plugins.git.GitSCM
- isApplicable(Job) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.git.GitPublisher.DescriptorImpl
- isApplicable(Class<? extends Item>) - Method in class hudson.plugins.git.util.BuildChooserDescriptor
-
Returns true if this build chooser is applicable to the given job type.
- isApplicable(Class<? extends GitSCM>) - Method in class hudson.plugins.git.extensions.GitSCMExtensionDescriptor
- isApplicableTo(String, Item, String) - Method in class jenkins.plugins.git.GitToolChooser.RepositorySizeAPI
- isApplicableToBuilder(Class<? extends SCMBuilder>) - Method in class jenkins.plugins.git.traits.GitToolSCMSourceTrait.DescriptorImpl
- isApplicableToContext(Class<? extends SCMSourceContext>) - Method in class jenkins.plugins.git.traits.GitToolSCMSourceTrait.DescriptorImpl
- isApplicableToHead(Class<? extends SCMHeadMixin>) - Method in class jenkins.plugins.git.traits.BranchDiscoveryTrait.BranchSCMHeadAuthority.DescriptorImpl
- isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class jenkins.plugins.git.traits.BranchDiscoveryTrait.BranchSCMHeadAuthority.DescriptorImpl
- isApplicableToOrigin(Class<? extends SCMHeadOrigin>) - Method in class jenkins.plugins.git.traits.TagDiscoveryTrait.TagSCMHeadAuthority.DescriptorImpl
- isCategoryEnabled(SCMHeadCategory) - Method in class jenkins.plugins.git.AbstractGitSCMSource
- isCreateAccountBasedOnEmail() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- isCreateAccountBasedOnEmail() - Method in class hudson.plugins.git.GitSCM
- isCreateTag() - Method in class hudson.plugins.git.GitPublisher.TagToPush
- isCurrentNodeOSUnix(Launcher) - Method in interface jenkins.plugins.git.GitCredentialBindings
-
Checks the OS environment of the node/controller
- isDeleteUntrackedNestedRepositories() - Method in class hudson.plugins.git.extensions.impl.CleanBeforeCheckout
- isDeleteUntrackedNestedRepositories() - Method in class hudson.plugins.git.extensions.impl.CleanCheckout
- isDisableGitToolChooser() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- isDisableGitToolChooser() - Method in class hudson.plugins.git.GitSCM
- isDisableSubmodules() - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- isDoGenerateSubmoduleConfigurations() - Method in class hudson.plugins.git.GitSCM
-
Deprecated.
- isEmptySet() - Method in class hudson.plugins.git.GitChangeSetList
- isExcluded(String) - Method in class jenkins.plugins.git.AbstractGitSCMSource
-
Deprecated.use
WildcardSCMSourceFilterTrait
- isFIPSCompliantTLS(String, String) - Static method in class jenkins.plugins.git.AbstractGitSCMSource
-
Returns false if a non-TLS protocol is used when FIPS mode is enabled.
- isFor(String) - Method in class hudson.plugins.git.util.Build
- isForcePush() - Method in class hudson.plugins.git.GitPublisher
- isHideCredentials() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- isHideCredentials() - Method in class hudson.plugins.git.GitSCM
- isHonorRefspec() - Method in class hudson.plugins.git.extensions.impl.CloneOption
-
Returns true if the job should clone only the items which match the refspec, or if all references are cloned, then the refspec should be used in later operations.
- isIgnoreNotifyCommit() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
Deprecated.Moved to
IgnoreNotifyCommit
- isIgnoreOnPushNotifications() - Method in class jenkins.plugins.git.GitSCMSource
-
Deprecated.
- isLegacyNode(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.plugins.git.ObjectIdConverter
-
Is the current reader node a legacy node?
- isLegacyNode(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.plugins.git.RemoteConfigConverter
-
Is the current reader node a legacy node?
- isMakeChangelog() - Method in class hudson.plugins.git.extensions.impl.FirstBuildChangelog
- isNoTags() - Method in class hudson.plugins.git.extensions.impl.CloneOption
- isParentCredentials() - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- isPushBranches() - Method in class hudson.plugins.git.GitPublisher
- isPushMerge() - Method in class hudson.plugins.git.GitPublisher
- isPushNotes() - Method in class hudson.plugins.git.GitPublisher
- isPushOnlyIfSuccess() - Method in class hudson.plugins.git.GitPublisher
- isPushTags() - Method in class hudson.plugins.git.GitPublisher
- isRecursiveSubmodules() - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- isRevExcluded(GitSCM, GitClient, GitChangeSet, TaskListener, BuildData) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Given a commit found during polling, check whether it should be disregarded.
- isRevExcluded(GitSCM, GitClient, GitChangeSet, TaskListener, BuildData) - Method in class hudson.plugins.git.extensions.impl.MessageExclusion
- isRevExcluded(GitSCM, GitClient, GitChangeSet, TaskListener, BuildData) - Method in class hudson.plugins.git.extensions.impl.PathRestriction
- isRevExcluded(GitSCM, GitClient, GitChangeSet, TaskListener, BuildData) - Method in class hudson.plugins.git.extensions.impl.UserExclusion
- isShallow() - Method in class hudson.plugins.git.extensions.impl.CloneOption
- isShowEntireCommitSummaryInChanges() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- isTagged() - Method in class hudson.plugins.git.GitTagAction
- isTrackingSubmodules() - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- isUpdateTag() - Method in class hudson.plugins.git.GitPublisher.TagToPush
- isUseExistingAccountWithSameEmail() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- isUseExistingAccountWithSameEmail() - Method in class hudson.plugins.git.GitSCM
- isValidApiToken(String) - Method in class hudson.plugins.git.ApiTokenPropertyConfiguration
- iterator() - Method in class hudson.plugins.git.GitChangeSetList
J
- jenkins.plugins.git - package jenkins.plugins.git
- jenkins.plugins.git.traits - package jenkins.plugins.git.traits
-
The common behaviours that can be used by all
GitSCMSource
instances and mostAbstractGitSCMSource
instances. - JenkinsAbstractProjectListener() - Constructor for class hudson.plugins.git.GitStatus.JenkinsAbstractProjectListener
- JGIT - Enum constant in enum class hudson.plugins.git.extensions.GitClientType
K
- KilnGit - Class in hudson.plugins.git.browser
- KilnGit(String) - Constructor for class hudson.plugins.git.browser.KilnGit
- KilnGit.KilnGitDescriptor - Class in hudson.plugins.git.browser
- KilnGitDescriptor() - Constructor for class hudson.plugins.git.browser.KilnGit.KilnGitDescriptor
L
- lastBuild - Variable in class hudson.plugins.git.util.BuildData
-
The last build that we did (among the values in
BuildData.buildsByBranchName
.) - lastModified() - Method in class jenkins.plugins.git.GitSCMFile
- lastModified() - Method in class jenkins.plugins.git.GitSCMFileSystem
- legacyUnmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.plugins.git.ObjectIdConverter
-
Legacy unmarshalling of object id
- legacyUnmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.plugins.git.RemoteConfigConverter
-
Legacy unmarshalling of remote config
- length - Variable in class hudson.plugins.git.GitRevisionTokenMacro
-
Number of chars to use
- Listener() - Constructor for class hudson.plugins.git.GitStatus.Listener
- ListenerImpl() - Constructor for class jenkins.plugins.git.GitSCMSource.ListenerImpl
- LocalBranch - Class in hudson.plugins.git.extensions.impl
-
The Git plugin checks code out to a detached head.
- LocalBranch(String) - Constructor for class hudson.plugins.git.extensions.impl.LocalBranch
- LocalBranch.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- LocalBranchTrait - Class in jenkins.plugins.git.traits
-
Exposes the subset of
LocalBranch
that is appropriate in the context of aSCMSource
as aSCMSourceTrait
. - LocalBranchTrait() - Constructor for class jenkins.plugins.git.traits.LocalBranchTrait
-
Stapler constructor.
- LocalBranchTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our
Descriptor
- LOGGER - Static variable in class hudson.plugins.git.GitChangeSet
- LOGGER - Static variable in class jenkins.plugins.git.GitSCMSource
- looselyMatches(URIish, URIish) - Static method in class hudson.plugins.git.GitStatus
-
Used to test if what we have in the job configuration matches what was submitted to the notification endpoint.
M
- makeCombination(Map<IndexEntry, Revision>) - Method in class hudson.plugins.git.SubmoduleCombinator
-
Deprecated.
- marked - Variable in class hudson.plugins.git.util.Build
-
Revision in the repository marked as built.
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class hudson.plugins.git.ObjectIdConverter
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class hudson.plugins.git.RemoteConfigConverter
- matches(String) - Method in class hudson.plugins.git.BranchSpec
- matches(String) - Method in class jenkins.plugins.git.GitSCMSourceContext.RefNameMapping
- matches(String, EnvVars) - Method in class hudson.plugins.git.BranchSpec
-
Compare a git branch reference to configured pattern.
- matches(String, String, String) - Method in class jenkins.plugins.git.GitSCMSourceContext.RefNameMapping
- matches(Map<IndexEntry, Revision>, List<IndexEntry>) - Method in class hudson.plugins.git.SubmoduleCombinator
-
Deprecated.
- matchesRepositoryBranch(String, String) - Method in class hudson.plugins.git.BranchSpec
-
Compare the configured pattern to a git branch defined by the repository name and branch name.
- MatrixGitPublisher - Class in jenkins.plugins.git
- MatrixGitPublisher() - Constructor for class jenkins.plugins.git.MatrixGitPublisher
- MAX_CHANGELOG - Static variable in class hudson.plugins.git.GitSCM
-
To avoid pointlessly large changelog, we'll limit the number of changes up to this.
- MergeRecord - Class in hudson.plugins.git.util
-
When
GitSCM
is configured to track another branch by merging it to the current commit for every build, thisAction
onAbstractBuild
remembers the state of the branch that was merged. - MergeRecord(String, String) - Constructor for class hudson.plugins.git.util.MergeRecord
- mergeRemote - Variable in class hudson.plugins.git.opt.PreBuildMergeOptions
-
Remote repository that contains the ref.
- mergeStrategy - Variable in class hudson.plugins.git.opt.PreBuildMergeOptions
-
Merge strategy.
- mergeTarget - Variable in class hudson.plugins.git.opt.PreBuildMergeOptions
-
Remote ref to merge.
- MergeWithGitSCMExtension - Class in jenkins.plugins.git
-
Similar to
PreBuildMerge
, but for use fromSCMSource
implementations that need to specify the exact base branch hash. - MergeWithGitSCMExtension(String, String) - Constructor for class jenkins.plugins.git.MergeWithGitSCMExtension
- MessageExclusion - Class in hudson.plugins.git.extensions.impl
-
GitSCMExtension
that ignores commits with specific messages. - MessageExclusion(String) - Constructor for class hudson.plugins.git.extensions.impl.MessageExclusion
- MessageExclusion.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- MessageResponseContributor(String) - Constructor for class hudson.plugins.git.GitStatus.MessageResponseContributor
-
Constructor.
- Messages - Class in hudson.plugins.git.extensions.impl
-
Generated localization support class.
- Messages - Class in hudson.plugins.git
-
Generated localization support class.
- Messages - Class in jenkins.plugins.git
-
Generated localization support class.
- Messages - Class in jenkins.plugins.git.traits
-
Generated localization support class.
- Messages() - Constructor for class hudson.plugins.git.extensions.impl.Messages
- Messages() - Constructor for class hudson.plugins.git.Messages
- Messages() - Constructor for class jenkins.plugins.git.Messages
- Messages() - Constructor for class jenkins.plugins.git.traits.Messages
- migrate(GitSCMSource, AbstractGitSCMSource.SCMRevisionImpl) - Method in class jenkins.plugins.git.GitBranchSCMHead.SCMHeadMigrationImpl
- migrate(GitSCMSource, SCMHead) - Method in class jenkins.plugins.git.GitBranchSCMHead.SCMHeadMigrationImpl
N
- newBuilder(SCMHead, SCMRevision) - Method in class jenkins.plugins.git.AbstractGitSCMSource
-
Instantiates a new
GitSCMBuilder
. - newChild(String, boolean) - Method in class jenkins.plugins.git.GitSCMFile
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.AssemblaWeb.AssemblaWebDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.BitbucketServer.BitbucketServerDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.BitbucketWeb.BitbucketWebDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.CGit.CGITDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.FisheyeGitRepositoryBrowser.FisheyeGitRepositoryBrowserDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.GitBlitRepositoryBrowser.ViewGitWebDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.GithubWeb.GithubWebDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.Gitiles.ViewGitWebDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.GitLab.GitLabDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.GitList.GitListDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.GitoriousWeb.GitoriousWebDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.GitWeb.GitWebDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.GogsGit.GogsGitDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.KilnGit.KilnGitDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.Phabricator.PhabricatorDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.RedmineWeb.RedmineWebDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.RhodeCode.RhodeCodeDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.Stash.StashDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.TFS2013GitRepositoryBrowser.TFS2013GitRepositoryBrowserDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.browser.ViewGitWeb.ViewGitWebDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class hudson.plugins.git.extensions.impl.PruneStaleTag.DescriptorImpl
- newRequest(SCMSource, TaskListener) - Method in class jenkins.plugins.git.GitSCMSourceContext
- NoteToPush(String, String, String, boolean) - Constructor for class hudson.plugins.git.GitPublisher.NoteToPush
O
- ObjectIdConverter - Class in hudson.plugins.git
-
Object id converter.
- ObjectIdConverter() - Constructor for class hudson.plugins.git.ObjectIdConverter
-
Create ObjectId converter
- of(GitSCM) - Static method in class jenkins.plugins.git.GitSCMTelescope
- of(AbstractGitSCMSource) - Static method in class jenkins.plugins.git.GitSCMTelescope
- onCheckoutCompleted(GitSCM, AbstractBuild<?, ?>, GitClient, BuildListener) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Deprecated.
- onCheckoutCompleted(GitSCM, Run<?, ?>, GitClient, TaskListener) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Called when the checkout was completed and the working directory is filled with files.
- onCheckoutCompleted(GitSCM, Run<?, ?>, GitClient, TaskListener) - Method in class hudson.plugins.git.extensions.impl.CleanCheckout
-
Called when the checkout was completed and the working directory is filled with files.
- onCheckoutCompleted(GitSCM, Run<?, ?>, GitClient, TaskListener) - Method in class hudson.plugins.git.extensions.impl.PerBuildTag
- onCheckoutCompleted(GitSCM, Run<?, ?>, GitClient, TaskListener) - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
-
Called when the checkout was completed and the working directory is filled with files.
- onClean(GitSCM, GitClient) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Signals when "git-clean" runs.
- onClean(GitSCM, GitClient) - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
-
Signals when "git-clean" runs.
- onLoaded() - Static method in class hudson.plugins.git.GitSCM
- onNotifyCommit(String, URIish, String, List<ParameterValue>, String...) - Method in class hudson.plugins.git.GitStatus.JenkinsAbstractProjectListener
-
Called when there is a change notification on a specific repository url.
- onNotifyCommit(String, URIish, String, List<ParameterValue>, String...) - Method in class hudson.plugins.git.GitStatus.Listener
-
Called when there is a change notification on a specific repository url.
- onNotifyCommit(String, URIish, String, List<ParameterValue>, String...) - Method in class jenkins.plugins.git.GitSCMSource.ListenerImpl
- onNotifyCommit(URIish, String[]) - Method in class hudson.plugins.git.GitStatus.Listener
- onNotifyCommit(URIish, String, String...) - Method in class hudson.plugins.git.GitStatus.Listener
- onNotifyCommit(URIish, String, List<ParameterValue>, String...) - Method in class hudson.plugins.git.GitStatus.Listener
P
- parse(Run, RepositoryBrowser<?>, File) - Method in class hudson.plugins.git.GitChangeLogParser
- parse(InputStream) - Method in class hudson.plugins.git.GitChangeLogParser
- parse(List<String>) - Method in class hudson.plugins.git.GitChangeLogParser
- PathRestriction - Class in hudson.plugins.git.extensions.impl
-
GitSCMExtension
that ignores commits that only affects specific paths. - PathRestriction(String, String) - Constructor for class hudson.plugins.git.extensions.impl.PathRestriction
- PathRestriction.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- PerBuildTag - Class in hudson.plugins.git.extensions.impl
-
Tags every build.
- PerBuildTag() - Constructor for class hudson.plugins.git.extensions.impl.PerBuildTag
- PerBuildTag.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.git.GitPublisher
- perform(TaskListener) - Method in class hudson.plugins.git.GitTagAction.TagWorkerThread
- Phabricator - Class in hudson.plugins.git.browser
-
Git Browser for Phabricator
- Phabricator(String, String) - Constructor for class hudson.plugins.git.browser.Phabricator
- Phabricator.PhabricatorDescriptor - Class in hudson.plugins.git.browser
- PhabricatorDescriptor() - Constructor for class hudson.plugins.git.browser.Phabricator.PhabricatorDescriptor
- populateCandidatesFromRootBuild(AbstractBuild, GitSCM) - Static method in class jenkins.plugins.git.GitSCMMatrixUtil
- populateEnvironmentVariables(GitSCM, Map<String, String>) - Method in class hudson.plugins.git.extensions.GitSCMExtension
-
Contribute additional environment variables for the Git invocation.
- populateEnvironmentVariables(GitSCM, Map<String, String>) - Method in class hudson.plugins.git.extensions.impl.UserIdentity
-
Contribute additional environment variables for the Git invocation.
- populateEnvironmentVariables(Map<String, String>) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
-
Fill in the environment variables for launching git
- PreBuildMerge - Class in hudson.plugins.git.extensions.impl
-
Speculatively merge the selected commit with another branch before the build to answer the "what happens if I were to integrate this feature branch back to the master?" question.
- PreBuildMerge(UserMergeOptions) - Constructor for class hudson.plugins.git.extensions.impl.PreBuildMerge
- PreBuildMerge.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- PreBuildMergeOptions - Class in hudson.plugins.git.opt
-
Git SCM can optionally perform a merge with another branch (possibly another repository.) This object specifies that configuration.
- PreBuildMergeOptions() - Constructor for class hudson.plugins.git.opt.PreBuildMergeOptions
- prepareWorkingTree(GitClient, TaskListener, BuildChooserContext) - Method in class hudson.plugins.git.util.BuildChooser
-
In a general case, a working tree is a left-over from the previous build, so it can be quite messed up (such as HEAD pointing to a random branch).
- prevBuildForChangelog(String, BuildData, IGitAPI) - Method in class hudson.plugins.git.util.BuildChooser
-
Deprecated.as of 1.1.25 Use and override
BuildChooser.prevBuildForChangelog(String, BuildData, hudson.plugins.git.IGitAPI, BuildChooserContext)
- prevBuildForChangelog(String, BuildData, IGitAPI, BuildChooserContext) - Method in class hudson.plugins.git.util.BuildChooser
-
Deprecated.
- prevBuildForChangelog(String, BuildData, GitClient, BuildChooserContext) - Method in class hudson.plugins.git.util.BuildChooser
-
Determines the baseline to compute the changelog against.
- prevBuildForChangelog(String, BuildData, GitClient, BuildChooserContext) - Method in class jenkins.plugins.git.AbstractGitSCMSource.SpecificRevisionBuildChooser
-
Determines the baseline to compute the changelog against.
- process(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class hudson.plugins.git.GitStatusCrumbExclusion
- pruneRefs() - Method in class jenkins.plugins.git.GitSCMSourceContext
-
Returns
true
if theGitSCMSourceRequest
needs to be prune aware. - pruneRefs(boolean) - Method in class jenkins.plugins.git.GitSCMSourceContext
-
Adds a requirement for git ref pruning to any
GitSCMSourceRequest
for this context. - PruneStaleBranch - Class in hudson.plugins.git.extensions.impl
-
Prune stale remote-tracking branches
- PruneStaleBranch() - Constructor for class hudson.plugins.git.extensions.impl.PruneStaleBranch
- PruneStaleBranch.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- PruneStaleBranchTrait - Class in jenkins.plugins.git.traits
-
Exposes
PruneStaleBranch
as aSCMSourceTrait
. - PruneStaleBranchTrait() - Constructor for class jenkins.plugins.git.traits.PruneStaleBranchTrait
-
Stapler constructor.
- PruneStaleBranchTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our
Descriptor
- PruneStaleTag - Class in hudson.plugins.git.extensions.impl
-
Prune stale local tags that do not exist on any remote.
- PruneStaleTag(boolean) - Constructor for class hudson.plugins.git.extensions.impl.PruneStaleTag
-
Control pruning of tags that exist in the local repository but not in any remote repository.
- PruneStaleTag.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- PruneStaleTagTrait - Class in jenkins.plugins.git.traits
-
Exposes
PruneStaleTag
as aSCMSourceTrait
. - PruneStaleTagTrait() - Constructor for class jenkins.plugins.git.traits.PruneStaleTagTrait
-
Stapler constructor.
- PruneStaleTagTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our
Descriptor
- PushConfig(String) - Constructor for class hudson.plugins.git.GitPublisher.PushConfig
- putRepositorySizeCache(String, long) - Static method in class jenkins.plugins.git.GitToolChooser
-
Insert an entry into the cache of repository sizes.
R
- readResolve() - Method in class hudson.plugins.git.GitPublisher
-
Handles migration from earlier version - if we were pushing merges, we'll be instantiated but tagsToPush will be null rather than empty.
- readResolve() - Method in class hudson.plugins.git.GitSCM
- readResolve() - Method in class hudson.plugins.git.util.Build
- readResolve() - Method in class hudson.plugins.git.util.BuildData
- readResolve() - Method in class jenkins.plugins.git.GitSCMSource
- recommendGitToolOnAgent(GitTool) - Method in class jenkins.plugins.git.GitToolChooser
- RedmineWeb - Class in hudson.plugins.git.browser
-
Git Browser for Redmine.
- RedmineWeb(String) - Constructor for class hudson.plugins.git.browser.RedmineWeb
- RedmineWeb.RedmineWebDescriptor - Class in hudson.plugins.git.browser
- RedmineWebDescriptor() - Constructor for class hudson.plugins.git.browser.RedmineWeb.RedmineWebDescriptor
- REF_SPEC_DEFAULT - Static variable in class jenkins.plugins.git.AbstractGitSCMSource
-
The default ref spec template.
- REF_SPEC_REMOTE_NAME_PLACEHOLDER - Static variable in class jenkins.plugins.git.AbstractGitSCMSource
-
The regex for
AbstractGitSCMSource.REF_SPEC_REMOTE_NAME_PLACEHOLDER_STR
. - REF_SPEC_REMOTE_NAME_PLACEHOLDER_STR - Static variable in class jenkins.plugins.git.AbstractGitSCMSource
-
The placeholder to use in ref spec templates in order to correctly ensure that the ref spec remote name matches the remote name.
- RefNameMapping(String, String) - Constructor for class jenkins.plugins.git.GitSCMSourceContext.RefNameMapping
- refSpecs() - Method in class jenkins.plugins.git.GitSCMBuilder
-
Returns the list of ref specs to use.
- refSpecs() - Method in class jenkins.plugins.git.GitSCMSourceContext
-
Returns the list of ref specs to use.
- refSpecs() - Method in class jenkins.plugins.git.GitSCMSourceRequest
-
Returns the list of
RefSpec
instances to use. - RefSpecsSCMSourceTrait - Class in jenkins.plugins.git.traits
-
Exposes the ref specs of a
AbstractGitSCMSource
as aSCMSourceTrait
. - RefSpecsSCMSourceTrait(String...) - Constructor for class jenkins.plugins.git.traits.RefSpecsSCMSourceTrait
-
Utility constructor.
- RefSpecsSCMSourceTrait(List<RefSpecsSCMSourceTrait.RefSpecTemplate>) - Constructor for class jenkins.plugins.git.traits.RefSpecsSCMSourceTrait
-
Stapler constructor.
- RefSpecsSCMSourceTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our
Descriptor
- RefSpecsSCMSourceTrait.RefSpecTemplate - Class in jenkins.plugins.git.traits
-
Represents a single wrapped template for easier form binding.
- RefSpecsSCMSourceTrait.RefSpecTemplate.DescriptorImpl - Class in jenkins.plugins.git.traits
- RefSpecTemplate(String) - Constructor for class jenkins.plugins.git.traits.RefSpecsSCMSourceTrait.RefSpecTemplate
-
Stapler constructor.
- RelativeTargetDirectory - Class in hudson.plugins.git.extensions.impl
-
Instead of checking out to the top of the workspace, check out somewhere else.
- RelativeTargetDirectory(String) - Constructor for class hudson.plugins.git.extensions.impl.RelativeTargetDirectory
- RelativeTargetDirectory.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- remote() - Method in class jenkins.plugins.git.GitSCMBuilder
-
Returns the remote URL of the git repository.
- RemoteConfigConverter - Class in hudson.plugins.git
-
Remote config converter that handles unmarshaling legacy externalization of JGit RemoteConfig class.
- RemoteConfigConverter(XStream) - Constructor for class hudson.plugins.git.RemoteConfigConverter
-
Create remote config converter.
- remoteName() - Method in class jenkins.plugins.git.GitSCMBuilder
-
Returns the name to give the remote.
- remoteName() - Method in class jenkins.plugins.git.GitSCMSourceContext
-
Returns the name to give the remote.
- remoteName() - Method in class jenkins.plugins.git.GitSCMSourceRequest
-
Returns the name to give the remote.
- RemoteNameSCMSourceTrait - Class in jenkins.plugins.git.traits
-
Exposes the remote name used for the fetch in a
AbstractGitSCMSource
as aSCMSourceTrait
. - RemoteNameSCMSourceTrait(String) - Constructor for class jenkins.plugins.git.traits.RemoteNameSCMSourceTrait
-
Stapler constructor.
- RemoteNameSCMSourceTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our
Descriptor
- remoteUrls - Variable in class hudson.plugins.git.util.BuildData
-
The URLs that have been referenced.
- RepositorySizeAPI() - Constructor for class jenkins.plugins.git.GitToolChooser.RepositorySizeAPI
- requiresWorkspace() - Method in class jenkins.plugins.git.GitUsernamePasswordBinding.DescriptorImpl
- requiresWorkspaceForPolling() - Method in class hudson.plugins.git.extensions.GitSCMExtension
- requiresWorkspaceForPolling() - Method in class hudson.plugins.git.extensions.impl.DisableRemotePoll
- requiresWorkspaceForPolling() - Method in class hudson.plugins.git.extensions.impl.MessageExclusion
- requiresWorkspaceForPolling() - Method in class hudson.plugins.git.extensions.impl.PathRestriction
- requiresWorkspaceForPolling() - Method in class hudson.plugins.git.extensions.impl.UserExclusion
- requiresWorkspaceForPolling() - Method in class hudson.plugins.git.GitSCM
- resolveGitTool() - Method in class jenkins.plugins.git.AbstractGitSCMSource
-
Deprecated.
- resolveGitTool(TaskListener) - Method in class hudson.plugins.git.GitSCM
- resolveGitTool(String) - Method in class jenkins.plugins.git.AbstractGitSCMSource
-
Deprecated.
- resolveGitTool(String, Node, EnvVars, TaskListener) - Static method in class hudson.plugins.git.util.GitUtils
-
Resolves Git Tool by name.
- resolveGitTool(String, TaskListener) - Static method in class hudson.plugins.git.util.GitUtils
-
Resolves Git Tool by name in a node-agnostic way.
- resolveGitTool(String, TaskListener) - Method in class jenkins.plugins.git.AbstractGitSCMSource
- ResponseContributor() - Constructor for class hudson.plugins.git.GitStatus.ResponseContributor
- retrieve(String, TaskListener, Item) - Method in class jenkins.plugins.git.AbstractGitSCMSource
- retrieve(SCMHead, TaskListener) - Method in class jenkins.plugins.git.AbstractGitSCMSource
- retrieve(SCMSourceCriteria, SCMHeadObserver, SCMHeadEvent<?>, TaskListener) - Method in class jenkins.plugins.git.AbstractGitSCMSource
- retrieveActions(SCMHead, SCMHeadEvent, TaskListener) - Method in class jenkins.plugins.git.AbstractGitSCMSource
- retrieveActions(SCMSourceEvent, TaskListener) - Method in class jenkins.plugins.git.AbstractGitSCMSource
- retrieveRevisions(TaskListener, Item) - Method in class jenkins.plugins.git.AbstractGitSCMSource
- RevCommitRepositoryCallback - Class in hudson.plugins.git.util
-
Retrieves
RevCommit
from givenBuild
revision. - RevCommitRepositoryCallback(Build) - Constructor for class hudson.plugins.git.util.RevCommitRepositoryCallback
- revision - Variable in class hudson.plugins.git.RevisionParameterAction
- revision - Variable in class hudson.plugins.git.util.Build
-
Revision that was actually built.
- revisionMatchesInterest(Revision) - Method in class hudson.plugins.git.SubmoduleConfig
-
Deprecated.
- RevisionParameterAction - Class in hudson.plugins.git
-
Used as a build parameter to specify the revision to be built.
- RevisionParameterAction(Revision) - Constructor for class hudson.plugins.git.RevisionParameterAction
- RevisionParameterAction(Revision, boolean) - Constructor for class hudson.plugins.git.RevisionParameterAction
- RevisionParameterAction(String) - Constructor for class hudson.plugins.git.RevisionParameterAction
- RevisionParameterAction(String, boolean) - Constructor for class hudson.plugins.git.RevisionParameterAction
- RevisionParameterAction(String, boolean, URIish) - Constructor for class hudson.plugins.git.RevisionParameterAction
- RevisionParameterAction(String, URIish) - Constructor for class hudson.plugins.git.RevisionParameterAction
- RhodeCode - Class in hudson.plugins.git.browser
-
RhodeCode Browser URLs
- RhodeCode(String) - Constructor for class hudson.plugins.git.browser.RhodeCode
- RhodeCode.RhodeCodeDescriptor - Class in hudson.plugins.git.browser
- RhodeCodeDescriptor() - Constructor for class hudson.plugins.git.browser.RhodeCode.RhodeCodeDescriptor
S
- SAFE_PARAMETERS - Static variable in class hudson.plugins.git.GitStatus
-
Allow specifically declared safe parameters.
- saveBuild(Build) - Method in class hudson.plugins.git.util.BuildData
- SCMHeadMigrationImpl() - Constructor for class jenkins.plugins.git.GitBranchSCMHead.SCMHeadMigrationImpl
- scmName - Variable in class hudson.plugins.git.util.BuildData
-
The name of the SCM as given by the user.
- ScmName - Class in hudson.plugins.git.extensions.impl
-
When used with
org.jenkinsci.plugins.multiplescms.MultiSCM
, this differentiates a different instance. - ScmName(String) - Constructor for class hudson.plugins.git.extensions.impl.ScmName
- ScmName.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- SCMRevisionImpl(SCMHead, String) - Constructor for class jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl
- setAddGitTagAction(boolean) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- setAllowedOnAgents(boolean) - Method in class jenkins.plugins.git.GitHooksConfiguration
- setAllowedOnController(boolean) - Method in class jenkins.plugins.git.GitHooksConfiguration
- setAllowSecondFetch(boolean) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- setBranch(String) - Method in class jenkins.plugins.git.GitStep
- setBranches(String[]) - Method in class hudson.plugins.git.SubmoduleConfig
-
Deprecated.
- setBrowser(GitRepositoryBrowser) - Method in class hudson.plugins.git.GitSCM
- setBrowser(GitRepositoryBrowser) - Method in class jenkins.plugins.git.GitSCMSource
- setBuildChooser(BuildChooser) - Method in class hudson.plugins.git.GitSCM
- setCreateAccountBasedOnEmail(boolean) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- setCredentialPairBindings(StandardCredentials, Map<String, String>, Map<String, String>) - Method in interface jenkins.plugins.git.GitCredentialBindings
-
Sets secret or public pair value(s)
- setCredentialPairBindings(StandardCredentials, Map<String, String>, Map<String, String>) - Method in class jenkins.plugins.git.GitUsernamePasswordBinding
- setCredentialsId(String) - Method in class jenkins.plugins.git.GitSCMSource
- setCredentialsId(String) - Method in class jenkins.plugins.git.GitStep
- setDeleteUntrackedNestedRepositories(boolean) - Method in class hudson.plugins.git.extensions.impl.CleanBeforeCheckout
- setDeleteUntrackedNestedRepositories(boolean) - Method in class hudson.plugins.git.extensions.impl.CleanCheckout
- setDepth(Integer) - Method in class hudson.plugins.git.extensions.impl.CloneOption
- setDepth(Integer) - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- setDisableGitToolChooser(boolean) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- setDisableSubmodules(boolean) - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- setDoGenerateSubmoduleConfigurations(boolean) - Method in class hudson.plugins.git.GitSCM
-
Data bound setter for doGenerateSubmoduleConfigurations that intentionally ignores the value passed by the caller.
- setEmptyTargetRepoToOrigin() - Method in class hudson.plugins.git.GitPublisher.PushConfig
- setExtensions(List<GitSCMExtension>) - Method in class jenkins.plugins.git.GitSCMSource
-
Deprecated.
- setFastForwardMode(MergeCommand.GitPluginFastForwardMode) - Method in class hudson.plugins.git.opt.PreBuildMergeOptions
- setFastForwardMode(MergeCommand.GitPluginFastForwardMode) - Method in class hudson.plugins.git.UserMergeOptions
- setGitEnvironmentVariables(GitClient, Map<String, String>, Map<String, String>) - Method in interface jenkins.plugins.git.GitCredentialBindings
-
Set Git specific environment variable
- setGitEnvironmentVariables(GitClient, Map<String, String>, Map<String, String>) - Method in class jenkins.plugins.git.GitUsernamePasswordBinding
- setGitTool(String) - Method in class jenkins.plugins.git.GitSCMSource
- setGlobalConfigEmail(String) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
-
Global setting to be used to set GIT_COMMITTER_EMAIL and GIT_AUTHOR_EMAIL.
- setGlobalConfigName(String) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
-
Global setting to be used to set GIT_COMMITTER_NAME and GIT_AUTHOR_NAME.
- setHideCredentials(boolean) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- setHonorRefspec(boolean) - Method in class hudson.plugins.git.extensions.impl.CloneOption
-
This setting allows the job definition to control whether the refspec will be honored during the first clone or not.
- setIndex(Integer) - Method in class hudson.plugins.git.util.BuildData
- setMakeChangelog(boolean) - Method in class hudson.plugins.git.extensions.impl.FirstBuildChangelog
- setMergeRemote(String) - Method in class hudson.plugins.git.UserMergeOptions
- setMergeRemote(RemoteConfig) - Method in class hudson.plugins.git.opt.PreBuildMergeOptions
- setMergeStrategy(MergeCommand.Strategy) - Method in class hudson.plugins.git.opt.PreBuildMergeOptions
- setMergeStrategy(MergeCommand.Strategy) - Method in class hudson.plugins.git.UserMergeOptions
- setMergeTarget(String) - Method in class hudson.plugins.git.opt.PreBuildMergeOptions
- setName(String) - Method in class hudson.plugins.git.BranchSpec
- setNameMapping(String) - Method in class jenkins.plugins.git.traits.DiscoverOtherRefsTrait
- setParent(ChangeLogSet) - Method in class hudson.plugins.git.GitChangeSet
- setParentCredentials(boolean) - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- setRebaseBeforePush(boolean) - Method in class hudson.plugins.git.GitPublisher.BranchToPush
- setRecursiveSubmodules(boolean) - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- setReference(String) - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- setScmName(String) - Method in class hudson.plugins.git.util.BuildData
- setShallow(boolean) - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- setShowEntireCommitSummaryInChanges(boolean) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- setSubmoduleCfg(Collection<SubmoduleConfig>) - Method in class hudson.plugins.git.GitSCM
- setSubmoduleName(String) - Method in class hudson.plugins.git.SubmoduleConfig
-
Deprecated.
- setTargetRepoName(String) - Method in class hudson.plugins.git.GitPublisher.PushConfig
- setThreads(Integer) - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- setTimeout(Integer) - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- setTrackingSubmodules(boolean) - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- setTraits(List<SCMSourceTrait>) - Method in class jenkins.plugins.git.GitSCMSource
- setUseExistingAccountWithSameEmail(boolean) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- setVersion(String) - Method in class hudson.plugins.git.browser.GitLab
- sha1 - Variable in class hudson.plugins.git.GitStatus.CommitHookCause
- SHA1_PATTERN - Static variable in class hudson.plugins.git.GitStatus
- shouldSchedule(List<Action>) - Method in class hudson.plugins.git.RevisionParameterAction
-
Returns whether the new item should be scheduled.
- showGitToolOptions() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
- showGitToolOptions() - Method in class jenkins.plugins.git.GitSCMSource.DescriptorImpl
-
Deprecated.
- shownByDefault() - Method in class hudson.plugins.git.GitBranchSpecifierColumn.DescriptorImpl
- similarTo(BuildData) - Method in class hudson.plugins.git.util.BuildData
-
Like
BuildData.equals(Object)
but doesn't check the URL as strictly, since those can vary while still representing the same remote repository. - sortBranchesForRevision(Revision, List<BranchSpec>) - Method in class hudson.plugins.git.util.GitUtils
- sortBranchesForRevision(Revision, List<BranchSpec>, EnvVars) - Method in class hudson.plugins.git.util.GitUtils
- SPARSE_CHECKOUT_PATH_TO_PATH - Static variable in class hudson.plugins.git.extensions.impl.SparseCheckoutPath
- SparseCheckoutPath - Class in hudson.plugins.git.extensions.impl
- SparseCheckoutPath(String) - Constructor for class hudson.plugins.git.extensions.impl.SparseCheckoutPath
- SparseCheckoutPath.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- SparseCheckoutPaths - Class in hudson.plugins.git.extensions.impl
- SparseCheckoutPaths(List<SparseCheckoutPath>) - Constructor for class hudson.plugins.git.extensions.impl.SparseCheckoutPaths
- SparseCheckoutPaths.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- SparseCheckoutPathsTrait - Class in jenkins.plugins.git.traits
-
Exposes
SparseCheckoutPaths
as aSCMSourceTrait
. - SparseCheckoutPathsTrait(SparseCheckoutPaths) - Constructor for class jenkins.plugins.git.traits.SparseCheckoutPathsTrait
-
Stapler constructor.
- SparseCheckoutPathsTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our
Descriptor
- SpecificRevisionBuildChooser(AbstractGitSCMSource.SCMRevisionImpl) - Constructor for class jenkins.plugins.git.AbstractGitSCMSource.SpecificRevisionBuildChooser
- Stash - Class in hudson.plugins.git.browser
-
Stash Browser URLs
- Stash(String) - Constructor for class hudson.plugins.git.browser.Stash
- Stash.StashDescriptor - Class in hudson.plugins.git.browser
- StashDescriptor() - Constructor for class hudson.plugins.git.browser.Stash.StashDescriptor
- SubmoduleCombinator - Class in hudson.plugins.git
-
Deprecated.
- SubmoduleCombinator(GitClient, TaskListener, Collection<SubmoduleConfig>) - Constructor for class hudson.plugins.git.SubmoduleCombinator
-
Deprecated.
- SubmoduleConfig - Class in hudson.plugins.git
-
Deprecated.
- SubmoduleConfig() - Constructor for class hudson.plugins.git.SubmoduleConfig
-
Deprecated.
- SubmoduleConfig(String, String[]) - Constructor for class hudson.plugins.git.SubmoduleConfig
-
Deprecated.
- SubmoduleConfig(String, Collection<String>) - Constructor for class hudson.plugins.git.SubmoduleConfig
-
Deprecated.
- SubmoduleOption - Class in hudson.plugins.git.extensions.impl
-
Further tweak the behaviour of git-submodule.
- SubmoduleOption() - Constructor for class hudson.plugins.git.extensions.impl.SubmoduleOption
- SubmoduleOption(boolean, boolean, boolean, String, Integer, boolean) - Constructor for class hudson.plugins.git.extensions.impl.SubmoduleOption
- SubmoduleOption.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- SubmoduleOptionTrait - Class in jenkins.plugins.git.traits
-
Exposes
SubmoduleOption
as aSCMSourceTrait
. - SubmoduleOptionTrait(SubmoduleOption) - Constructor for class jenkins.plugins.git.traits.SubmoduleOptionTrait
-
Stapler constructor.
- SubmoduleOptionTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our
Descriptor
- supports(SCM) - Method in class jenkins.plugins.git.GitSCMFileSystem.BuilderImpl
- supports(SCM) - Method in class jenkins.plugins.git.GitSCMTelescope
- supports(String) - Method in class jenkins.plugins.git.GitSCMTelescope
-
Checks if this
SCMFileSystem.Builder
supports the repository at the supplied remote URL. - supports(SCMSource) - Method in class jenkins.plugins.git.GitSCMFileSystem.BuilderImpl
- supports(SCMSource) - Method in class jenkins.plugins.git.GitSCMTelescope
- supportsDescriptor(SCMDescriptor) - Method in class jenkins.plugins.git.GitSCMFileSystem.BuilderImpl
- supportsDescriptor(SCMSourceDescriptor) - Method in class jenkins.plugins.git.GitSCMFileSystem.BuilderImpl
T
- TAG - Enum constant in enum class jenkins.plugins.git.GitSCMTelescope.ReferenceType
-
A tag reference.
- TagDiscoveryTrait - Class in jenkins.plugins.git.traits
-
A
Discovery
trait for Git that will discover tags on the repository. - TagDiscoveryTrait() - Constructor for class jenkins.plugins.git.traits.TagDiscoveryTrait
-
Constructor for stapler.
- TagDiscoveryTrait_authorityDisplayName() - Static method in class jenkins.plugins.git.traits.Messages
-
Key
TagDiscoveryTrait.authorityDisplayName
:Trust tags
. - TagDiscoveryTrait_displayName() - Static method in class jenkins.plugins.git.traits.Messages
-
Key
TagDiscoveryTrait.displayName
:Discover tags
. - TagDiscoveryTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our descriptor.
- TagDiscoveryTrait.TagSCMHeadAuthority - Class in jenkins.plugins.git.traits
-
Trusts tags from the repository.
- TagDiscoveryTrait.TagSCMHeadAuthority.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Out descriptor.
- TagSCMHeadAuthority() - Constructor for class jenkins.plugins.git.traits.TagDiscoveryTrait.TagSCMHeadAuthority
- TagToPush(String, String, String, boolean, boolean) - Constructor for class hudson.plugins.git.GitPublisher.TagToPush
- TagWorkerThread(Map<String, String>, String) - Constructor for class hudson.plugins.git.GitTagAction.TagWorkerThread
- TFS2013GitRepositoryBrowser - Class in hudson.plugins.git.browser
-
Browser for Git repositories on Microsoft Team Foundation Server (TFS) 2013 and higher versions using the same format.
- TFS2013GitRepositoryBrowser(String) - Constructor for class hudson.plugins.git.browser.TFS2013GitRepositoryBrowser
- TFS2013GitRepositoryBrowser.TFS2013GitRepositoryBrowserDescriptor - Class in hudson.plugins.git.browser
- TFS2013GitRepositoryBrowserDescriptor() - Constructor for class hudson.plugins.git.browser.TFS2013GitRepositoryBrowser.TFS2013GitRepositoryBrowserDescriptor
- toRevision(IGitAPI) - Method in class hudson.plugins.git.RevisionParameterAction
-
Deprecated.
- toRevision(GitClient) - Method in class hudson.plugins.git.RevisionParameterAction
- toString() - Method in class hudson.plugins.git.BranchSpec
- toString() - Method in class hudson.plugins.git.extensions.impl.AuthorInChangelog
- toString() - Method in class hudson.plugins.git.extensions.impl.CheckoutOption
- toString() - Method in class hudson.plugins.git.extensions.impl.CleanBeforeCheckout
- toString() - Method in class hudson.plugins.git.extensions.impl.CleanCheckout
- toString() - Method in class hudson.plugins.git.extensions.impl.CloneOption
- toString() - Method in class hudson.plugins.git.extensions.impl.FirstBuildChangelog
- toString() - Method in class hudson.plugins.git.extensions.impl.GitLFSPull
- toString() - Method in class hudson.plugins.git.extensions.impl.IgnoreNotifyCommit
- toString() - Method in class hudson.plugins.git.extensions.impl.LocalBranch
- toString() - Method in class hudson.plugins.git.extensions.impl.PreBuildMerge
- toString() - Method in class hudson.plugins.git.extensions.impl.PruneStaleBranch
- toString() - Method in class hudson.plugins.git.extensions.impl.PruneStaleTag
- toString() - Method in class hudson.plugins.git.extensions.impl.SparseCheckoutPath
- toString() - Method in class hudson.plugins.git.extensions.impl.SparseCheckoutPaths
- toString() - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
- toString() - Method in class hudson.plugins.git.extensions.impl.UserIdentity
- toString() - Method in class hudson.plugins.git.extensions.impl.WipeWorkspace
- toString() - Method in class hudson.plugins.git.GitStatus
- toString() - Method in class hudson.plugins.git.RevisionParameterAction
- toString() - Method in class hudson.plugins.git.UserMergeOptions
- toString() - Method in class hudson.plugins.git.UserRemoteConfig
- toString() - Method in class hudson.plugins.git.util.Build
- toString() - Method in class hudson.plugins.git.util.BuildData
- toString() - Method in class jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl
- toString() - Method in class jenkins.plugins.git.GitBranchSCMHead
- toString() - Method in class jenkins.plugins.git.GitRefSCMHead
- toString() - Method in class jenkins.plugins.git.GitRemoteHeadRefAction
- toString() - Method in class jenkins.plugins.git.GitSCMSourceDefaults
- type() - Method in class jenkins.plugins.git.GitSCMFile
- type() - Method in class jenkins.plugins.git.GitUsernamePasswordBinding.DescriptorImpl
- type() - Method in class jenkins.plugins.git.GitUsernamePasswordBinding.GenerateGitScript
- type() - Method in class jenkins.plugins.git.GitUsernamePasswordBinding
U
- unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.plugins.git.ObjectIdConverter
- unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.plugins.git.RemoteConfigConverter
- UserExclusion - Class in hudson.plugins.git.extensions.impl
-
GitSCMExtension
that ignores commits that are made by specific users. - UserExclusion(String) - Constructor for class hudson.plugins.git.extensions.impl.UserExclusion
- UserExclusion.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- UserIdentity - Class in hudson.plugins.git.extensions.impl
-
GitSCMExtension
that sets a different name and/or e-mail address for commits. - UserIdentity(String, String) - Constructor for class hudson.plugins.git.extensions.impl.UserIdentity
- UserIdentity.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- UserIdentityTrait - Class in jenkins.plugins.git.traits
-
Exposes
UserIdentity
as aSCMSourceTrait
. - UserIdentityTrait(UserIdentity) - Constructor for class jenkins.plugins.git.traits.UserIdentityTrait
-
Stapler constructor.
- UserIdentityTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our
Descriptor
- UserMergeOptions - Class in hudson.plugins.git
-
User-provided configuration that dictates which branch in which repository we'll be merging (to the commit being built.)
- UserMergeOptions(PreBuildMergeOptions) - Constructor for class hudson.plugins.git.UserMergeOptions
-
Construct UserMergeOptions from PreBuildMergeOptions.
- UserMergeOptions(String) - Constructor for class hudson.plugins.git.UserMergeOptions
- UserMergeOptions(String, String, String) - Constructor for class hudson.plugins.git.UserMergeOptions
-
Deprecated.use the new constructor that allows to set the fast forward mode.
- UserMergeOptions(String, String, String, MergeCommand.GitPluginFastForwardMode) - Constructor for class hudson.plugins.git.UserMergeOptions
- UserMergeOptions.DescriptorImpl - Class in hudson.plugins.git
- UserRemoteConfig - Class in hudson.plugins.git
- UserRemoteConfig(String, String, String, String) - Constructor for class hudson.plugins.git.UserRemoteConfig
- UserRemoteConfig_CheckRefSpec_InvalidRefSpec() - Static method in class hudson.plugins.git.Messages
-
Key
UserRemoteConfig.CheckRefSpec.InvalidRefSpec
:Specification is invalid.
. - UserRemoteConfig_CheckUrl_UrlIsNull() - Static method in class hudson.plugins.git.Messages
-
Key
UserRemoteConfig.CheckUrl.UrlIsNull
:Please enter Git repository.
. - UserRemoteConfig_FailedToConnect(Object) - Static method in class hudson.plugins.git.Messages
-
Key
UserRemoteConfig.FailedToConnect
:Failed to connect to repository : {0}
. - UserRemoteConfig.DescriptorImpl - Class in hudson.plugins.git
V
- validate(String, StandardCredentials) - Method in class jenkins.plugins.git.GitSCMTelescope
-
Checks if the supplied credentials are valid against the specified repository URL.
- validateUrl(String) - Static method in class hudson.plugins.git.browser.GitRepositoryBrowser
- valueOf(String) - Static method in enum class hudson.plugins.git.extensions.GitClientType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jenkins.plugins.git.GitSCMTelescope.ReferenceType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class hudson.plugins.git.extensions.GitClientType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jenkins.plugins.git.GitSCMTelescope.ReferenceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- variables(Run<?, ?>) - Method in class jenkins.plugins.git.GitUsernamePasswordBinding
- VERBOSE - Static variable in class hudson.plugins.git.GitSCM
-
Set to true to enable more logging to build's
TaskListener
. - ViewGitWeb - Class in hudson.plugins.git.browser
- ViewGitWeb(String, String) - Constructor for class hudson.plugins.git.browser.ViewGitWeb
- ViewGitWeb.ViewGitWebDescriptor - Class in hudson.plugins.git.browser
- ViewGitWebDescriptor() - Constructor for class hudson.plugins.git.browser.GitBlitRepositoryBrowser.ViewGitWebDescriptor
- ViewGitWebDescriptor() - Constructor for class hudson.plugins.git.browser.Gitiles.ViewGitWebDescriptor
- ViewGitWebDescriptor() - Constructor for class hudson.plugins.git.browser.ViewGitWeb.ViewGitWebDescriptor
W
- wantBranches() - Method in class jenkins.plugins.git.GitSCMSourceContext
-
Returns
true
if theGitSCMSourceRequest
will need information about branches. - wantBranches(boolean) - Method in class jenkins.plugins.git.GitSCMSourceContext
-
Adds a requirement for branch details to any
GitSCMSourceRequest
for this context. - wantOtherRef(GitSCMSourceContext.RefNameMapping) - Method in class jenkins.plugins.git.GitSCMSourceContext
-
Adds a requirement for details of additional refs to any
GitSCMSourceRequest
for this context. - wantOtherRefs() - Method in class jenkins.plugins.git.GitSCMSourceContext
-
Returns
true
if theGitSCMSourceRequest
will need information about other refs. - wantTags() - Method in class jenkins.plugins.git.GitSCMSourceContext
-
Returns
true
if theGitSCMSourceRequest
will need information about tags. - wantTags(boolean) - Method in class jenkins.plugins.git.GitSCMSourceContext
-
Adds a requirement for tag details to any
GitSCMSourceRequest
for this context. - WipeWorkspace - Class in hudson.plugins.git.extensions.impl
-
Force a re-clone.
- WipeWorkspace() - Constructor for class hudson.plugins.git.extensions.impl.WipeWorkspace
- WipeWorkspace.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
- WipeWorkspaceTrait - Class in jenkins.plugins.git.traits
-
Exposes
WipeWorkspace
as aSCMSourceTrait
. - WipeWorkspaceTrait() - Constructor for class jenkins.plugins.git.traits.WipeWorkspaceTrait
-
Stapler constructor.
- WipeWorkspaceTrait.DescriptorImpl - Class in jenkins.plugins.git.traits
-
Our
Descriptor
- withAdditionalRemote(String, String, String...) - Method in class jenkins.plugins.git.GitSCMBuilder
-
Configures an additional remote.
- withAdditionalRemote(String, String, List<String>) - Method in class jenkins.plugins.git.GitSCMBuilder
-
Configures an additional remote.
- withBrowser(GitRepositoryBrowser) - Method in class jenkins.plugins.git.GitSCMBuilder
-
Configures the
GitRepositoryBrowser
to use. - withCredentials(String) - Method in class jenkins.plugins.git.GitSCMBuilder
-
Configures the
IdCredentials.getId()
of theCredentials
to use when connecting to theGitSCMBuilder.remote()
- withExtension(GitSCMExtension) - Method in class jenkins.plugins.git.GitSCMBuilder
-
Adds (or redefines) the supplied
GitSCMExtension
. - withExtensions(GitSCMExtension...) - Method in class jenkins.plugins.git.GitSCMBuilder
-
Adds (or redefines) the supplied
GitSCMExtension
s. - withExtensions(List<GitSCMExtension>) - Method in class jenkins.plugins.git.GitSCMBuilder
-
Adds (or redefines) the supplied
GitSCMExtension
s. - withGitTool(String) - Method in class jenkins.plugins.git.GitSCMBuilder
-
Configures the
ToolInstallation.getName()
to use. - withGitTool(String) - Method in class jenkins.plugins.git.GitSCMSourceContext
-
Configures the
ToolInstallation.getName()
to use. - withIgnoreOnPushNotifications(boolean) - Method in class jenkins.plugins.git.GitSCMSourceContext
-
Configures whether push notifications should be ignored.
- within_Repository() - Static method in class jenkins.plugins.git.Messages
-
Key
within.Repository
:Within Repository
. - withoutRefSpecs() - Method in class jenkins.plugins.git.GitSCMBuilder
-
Clears the specified ref specs.
- withoutRefSpecs() - Method in class jenkins.plugins.git.GitSCMSourceContext
-
Clears the specified ref specs.
- withRefSpec(String) - Method in class jenkins.plugins.git.GitSCMBuilder
-
Adds the specified ref spec.
- withRefSpec(String) - Method in class jenkins.plugins.git.GitSCMSourceContext
-
Adds the specified ref spec.
- withRefSpecs(List<String>) - Method in class jenkins.plugins.git.GitSCMBuilder
-
Adds the specified ref specs.
- withRefSpecs(List<String>) - Method in class jenkins.plugins.git.GitSCMSourceContext
-
Adds the specified ref specs.
- withRemote(String) - Method in class jenkins.plugins.git.GitSCMBuilder
-
Replaces the URL of the git repository.
- withRemoteName(String) - Method in class jenkins.plugins.git.GitSCMBuilder
-
Configures the remote name to use for the git repository.
- withRemoteName(String) - Method in class jenkins.plugins.git.GitSCMSourceContext
-
Configures the remote name to use for the git repository.
- workingDirectory(Job<?, ?>, FilePath, EnvVars, TaskListener) - Method in class hudson.plugins.git.GitSCM
-
Given the workspace, gets the working directory, which will be the workspace if no relative target dir is specified.
- workspaceToNode(FilePath) - Static method in class hudson.plugins.git.util.GitUtils
- write(StandardUsernamePasswordCredentials, FilePath) - Method in class jenkins.plugins.git.GitUsernamePasswordBinding.GenerateGitScript
- writeBody(PrintWriter) - Method in class hudson.plugins.git.GitStatus.MessageResponseContributor
-
Write the contributed body.
- writeBody(PrintWriter) - Method in class hudson.plugins.git.GitStatus.ResponseContributor
-
Write the contributed body.
- writeBody(StaplerRequest2, StaplerResponse2, PrintWriter) - Method in class hudson.plugins.git.GitStatus.ResponseContributor
-
Write the contributed body.
_
- _additional() - Static method in class jenkins.plugins.git.Messages
-
Key
additional
:Additional
. - _advanced_checkout_behaviours() - Static method in class hudson.plugins.git.Messages
-
Key
advanced.checkout.behaviours
:Advanced checkout behaviours
. - _Advanced_clone_behaviours() - Static method in class hudson.plugins.git.extensions.impl.Messages
-
Key
Advanced.clone.behaviours
:Advanced clone behaviours
. - _Advanced_clone_behaviours() - Static method in class jenkins.plugins.git.traits.Messages
-
Key
Advanced.clone.behaviours
:Advanced clone behaviours
. - _advanced_sub_modules_behaviours() - Static method in class hudson.plugins.git.Messages
-
Key
advanced.sub_modules.behaviours
:Advanced sub-modules behaviours
. - _BranchDiscoveryTrait_authorityDisplayName() - Static method in class jenkins.plugins.git.traits.Messages
-
Key
BranchDiscoveryTrait.authorityDisplayName
:Trust branches
. - _BranchDiscoveryTrait_displayName() - Static method in class jenkins.plugins.git.traits.Messages
-
Key
BranchDiscoveryTrait.displayName
:Discover branches
. - _BuildChooser_Ancestry() - Static method in class hudson.plugins.git.Messages
-
Key
BuildChooser_Ancestry
:Ancestry
. - _BuildChooser_BuildingLastRevision() - Static method in class hudson.plugins.git.Messages
-
Key
BuildChooser_BuildingLastRevision
:No new revisions were found; the most-recently built branch will be built again.
. - _BuildChooser_Default() - Static method in class hudson.plugins.git.Messages
-
Key
BuildChooser_Default
:Default
. - _BuildChooser_Inverse() - Static method in class hudson.plugins.git.Messages
-
Key
BuildChooser_Inverse
:Inverse
. - _BuildChooser_Inverse_EverythingExcluded() - Static method in class hudson.plugins.git.Messages
-
Key
BuildChooser_Inverse_EverythingExcluded
:All current git branches were excluded from being built. Either your branch specifiers are too broad or you should be using the "Default" choosing strategy.
. - _check_out_to_a_sub_directory() - Static method in class hudson.plugins.git.Messages
-
Key
check.out.to.a.sub_directory
:Check out to a sub-directory
. - _check_out_to_specific_local_branch() - Static method in class hudson.plugins.git.Messages
-
Key
check.out.to.specific.local.branch
:Check out to specific local branch
. - _DiscoverOtherRefsTrait_displayName() - Static method in class jenkins.plugins.git.traits.Messages
-
Key
DiscoverOtherRefsTrait.displayName
:Discover other refs
. - _git_fips_url_notsecured() - Static method in class hudson.plugins.git.Messages
-
Key
git.fips.url.notsecured
:FIPS requires to use git url with TLS.
. - _git_fips_url_notsecured() - Static method in class jenkins.plugins.git.Messages
-
Key
git.fips.url.notsecured
:Invalid configuration will not fetch any remote. FIPS requires a secure channel for git fetch with credentials.
. - _GitPublisher_Check_BranchName() - Static method in class hudson.plugins.git.Messages
-
Key
GitPublisher.Check.BranchName
:Branch Name
. - _GitPublisher_Check_Note() - Static method in class hudson.plugins.git.Messages
-
Key
GitPublisher.Check.Note
:Note
. - _GitPublisher_Check_RemoteName() - Static method in class hudson.plugins.git.Messages
-
Key
GitPublisher.Check.RemoteName
:Remote Name
. - _GitPublisher_Check_Required(Object) - Static method in class hudson.plugins.git.Messages
-
Key
GitPublisher.Check.Required
:{0} is required.
. - _GitPublisher_Check_TagName() - Static method in class hudson.plugins.git.Messages
-
Key
GitPublisher.Check.TagName
:Tag Name
. - _GitSCMSource_DisplayName() - Static method in class jenkins.plugins.git.Messages
-
Key
GitSCMSource.DisplayName
:Git
. - _GitStep_git() - Static method in class jenkins.plugins.git.Messages
-
Key
GitStep.git
:Git
. - _GitUsernamePasswordBinding_DisplayName() - Static method in class jenkins.plugins.git.Messages
-
Key
GitUsernamePasswordBinding.DisplayName
:Git Username and Password
. - _invalidUrl() - Static method in class hudson.plugins.git.Messages
-
Key
invalidUrl
:Invalid URL
. - _TagDiscoveryTrait_authorityDisplayName() - Static method in class jenkins.plugins.git.traits.Messages
-
Key
TagDiscoveryTrait.authorityDisplayName
:Trust tags
. - _TagDiscoveryTrait_displayName() - Static method in class jenkins.plugins.git.traits.Messages
-
Key
TagDiscoveryTrait.displayName
:Discover tags
. - _UserRemoteConfig_CheckRefSpec_InvalidRefSpec() - Static method in class hudson.plugins.git.Messages
-
Key
UserRemoteConfig.CheckRefSpec.InvalidRefSpec
:Specification is invalid.
. - _UserRemoteConfig_CheckUrl_UrlIsNull() - Static method in class hudson.plugins.git.Messages
-
Key
UserRemoteConfig.CheckUrl.UrlIsNull
:Please enter Git repository.
. - _UserRemoteConfig_FailedToConnect(Object) - Static method in class hudson.plugins.git.Messages
-
Key
UserRemoteConfig.FailedToConnect
:Failed to connect to repository : {0}
. - _within_Repository() - Static method in class jenkins.plugins.git.Messages
-
Key
within.Repository
:Within Repository
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form