A B C D E F G H I J K L M N O P R S T U V W _ 

A

AbstractGitSCMSource - Class in jenkins.plugins.git
 
AbstractGitSCMSource(String) - Constructor for class jenkins.plugins.git.AbstractGitSCMSource
 
AbstractGitSCMSource.SCMRevisionImpl - Class in jenkins.plugins.git
Our implementation.
AbstractGitSCMSource.SCMRevisionImpl(SCMHead, String) - Constructor for class jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl
 
AbstractGitSCMSource.SpecificRevisionBuildChooser - Class in jenkins.plugins.git
 
AbstractGitSCMSource.SpecificRevisionBuildChooser(AbstractGitSCMSource.SCMRevisionImpl) - Constructor for class jenkins.plugins.git.AbstractGitSCMSource.SpecificRevisionBuildChooser
 
AbstractGitSCMSource.SpecificRevisionBuildChooser.DescriptorImpl - Class in jenkins.plugins.git
 
AbstractGitSCMSource.SpecificRevisionBuildChooser.DescriptorImpl() - Constructor for class jenkins.plugins.git.AbstractGitSCMSource.SpecificRevisionBuildChooser.DescriptorImpl
 
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(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.git.GitStatus.ResponseContributor
Add headers to the response.
addRemoteUrl(String) - Method in class hudson.plugins.git.util.BuildData
 
all() - Static method in class hudson.plugins.git.extensions.GitSCMExtensionDescriptor
 
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.util.BuildChooser
All the registered build choosers.
all() - Static method in class hudson.plugins.git.util.BuildChooserDescriptor
 
allApplicableTo(Item) - Static method in class hudson.plugins.git.util.BuildChooser
All the registered build choosers that are applicable to the specified item.
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
 
AncestryBuildChooser.DescriptorImpl() - Constructor for class hudson.plugins.git.util.AncestryBuildChooser.DescriptorImpl
 
AssemblaWeb - Class in hudson.plugins.git.browser
Git Browser URLs
AssemblaWeb(String) - Constructor for class hudson.plugins.git.browser.AssemblaWeb
 
AssemblaWeb.AssemblaWebDescriptor - Class in hudson.plugins.git.browser
 
AssemblaWeb.AssemblaWebDescriptor() - Constructor for class hudson.plugins.git.browser.AssemblaWeb.AssemblaWebDescriptor
 
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
 
AuthorInChangelog.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.AuthorInChangelog.DescriptorImpl
 

B

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, AbstractBuild<?, ?>, GitClient, BuildListener) - Method in class hudson.plugins.git.extensions.GitSCMExtension
Deprecated.
beforeCheckout(GitSCM, Run<?, ?>, GitClient, TaskListener) - Method in class hudson.plugins.git.extensions.impl.WipeWorkspace
 
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
 
BitbucketWeb.BitbucketWebDescriptor() - Constructor for class hudson.plugins.git.browser.BitbucketWeb.BitbucketWebDescriptor
 
branchMatchesInterest(Branch) - Method in class hudson.plugins.git.SubmoduleConfig
 
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
 
BranchSpec.DescriptorImpl() - Constructor for class hudson.plugins.git.BranchSpec.DescriptorImpl
 
Build - Class in hudson.plugins.git.util
Remembers which build built which Revision.
Build(Revision, Revision, int, Result) - Constructor for class hudson.plugins.git.util.Build
 
Build(Revision, int, Result) - Constructor for class hudson.plugins.git.util.Build
 
build(SCMHead, SCMRevision) - Method in class jenkins.plugins.git.AbstractGitSCMSource
 
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: {@code All current git branches were excluded from being built.
BuildChooserContext - Interface in hudson.plugins.git.util
Provides access to the model object on the master 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
BuildChooserSetting(BuildChooser) - Constructor for class hudson.plugins.git.extensions.impl.BuildChooserSetting
 
BuildChooserSetting.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
 
BuildChooserSetting.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.BuildChooserSetting.DescriptorImpl
 
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
 
buildEnvVars(AbstractBuild<?, ?>, Map<String, String>) - Method in class hudson.plugins.git.GitSCM
 
buildsByBranchName - Variable in class hudson.plugins.git.util.BuildData
Map of branch name -> build (Branch name to last built SHA1).

C

calcRevisionsFromBuild(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class hudson.plugins.git.GitSCM
 
canConvert(Class) - Method in class hudson.plugins.git.ObjectIdConverter
 
canConvert(Class) - Method in class hudson.plugins.git.RemoteConfigConverter
 
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
 
CGit.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
 
ChangelogToBranch.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.ChangelogToBranch.DescriptorImpl
 
ChangelogToBranchOptions - Class in hudson.plugins.git
Options for the ChangelogToBranch extension.
ChangelogToBranchOptions(String, String) - Constructor for class hudson.plugins.git.ChangelogToBranchOptions
 
ChangelogToBranchOptions(ChangelogToBranchOptions) - Constructor for class hudson.plugins.git.ChangelogToBranchOptions
 
ChangelogToBranchOptions.DescriptorImpl - Class in hudson.plugins.git
 
ChangelogToBranchOptions.DescriptorImpl() - Constructor for class hudson.plugins.git.ChangelogToBranchOptions.DescriptorImpl
 
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
 
CheckoutOption.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.CheckoutOption.DescriptorImpl
 
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
 
CleanBeforeCheckout.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.CleanBeforeCheckout.DescriptorImpl
 
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
 
CleanCheckout.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.CleanCheckout.DescriptorImpl
 
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, String, Integer) - Constructor for class hudson.plugins.git.extensions.impl.CloneOption
 
CloneOption.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
 
CloneOption.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.CloneOption.DescriptorImpl
 
combine(GitClientType) - Method in enum 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.
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
 
configure(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
 
configureXtream() - Static method in class hudson.plugins.git.GitSCM
 
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 hudson.plugins.git.GitPublisher
For a matrix project, push should only happen once.
createChangeLogParser() - Method in class hudson.plugins.git.GitSCM
 
createClient(TaskListener, EnvVars, Run<?, ?>, FilePath) - Method in class hudson.plugins.git.GitSCM
Allows Builders and Publishers to access a configured GitClient object to perform additional git operations.
createCombinations(Map<IndexEntry, Collection<Revision>>) - Method in class hudson.plugins.git.SubmoduleCombinator
 
createMergeOptions(UserMergeOptions, List<RemoteConfig>) - Static method in class hudson.plugins.git.GitSCM.DescriptorImpl
 
createRepositoryConfigurations(String[], String[], String[]) - Static method in class hudson.plugins.git.GitSCM.DescriptorImpl
 
createSubmoduleCombinations() - Method in class hudson.plugins.git.SubmoduleCombinator
 

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
 
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, 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
 
decorateCheckoutCommand(GitSCM, Run<?, ?>, GitClient, TaskListener, CheckoutCommand) - Method in class hudson.plugins.git.extensions.impl.SparseCheckoutPaths
 
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, 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.impl.CloneOption
 
decorateCloneCommand(GitSCM, Run<?, ?>, GitClient, TaskListener, CloneCommand) - Method in class hudson.plugins.git.extensions.impl.SparseCheckoutPaths
 
decorateFetchCommand(GitSCM, 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, GitClient, TaskListener, FetchCommand) - Method in class hudson.plugins.git.extensions.impl.CleanBeforeCheckout
 
decorateFetchCommand(GitSCM, GitClient, TaskListener, FetchCommand) - Method in class hudson.plugins.git.extensions.impl.CloneOption
 
decorateFetchCommand(GitSCM, GitClient, TaskListener, FetchCommand) - Method in class hudson.plugins.git.extensions.impl.PruneStaleBranch
 
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, 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.impl.PreBuildMerge
 
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, 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.impl.PreBuildMerge
 
DefaultBuildChooser - Class in hudson.plugins.git.util
 
DefaultBuildChooser() - Constructor for class hudson.plugins.git.util.DefaultBuildChooser
 
DefaultBuildChooser.DescriptorImpl - Class in hudson.plugins.git.util
 
DefaultBuildChooser.DescriptorImpl() - Constructor for class hudson.plugins.git.util.DefaultBuildChooser.DescriptorImpl
 
difference(Map<IndexEntry, Revision>, List<IndexEntry>) - Method in class hudson.plugins.git.SubmoduleCombinator
 
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
 
DisableRemotePoll.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.DisableRemotePoll.DescriptorImpl
 
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
 
doCheckExcludedMessage(String) - Method in class hudson.plugins.git.extensions.impl.MessageExclusion.DescriptorImpl
 
doCheckNoteMsg(String) - Method in class hudson.plugins.git.GitPublisher.DescriptorImpl
 
doCheckRemote(AbstractProject, StaplerRequest) - Method in class hudson.plugins.git.GitPublisher.DescriptorImpl
 
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(String) - Method in class hudson.plugins.git.browser.AssemblaWeb.AssemblaWebDescriptor
 
doCheckUrl(String) - Method in class hudson.plugins.git.browser.FisheyeGitRepositoryBrowser.FisheyeGitRepositoryBrowserDescriptor
Performs on-the-fly validation of the URL.
doCheckUrl(String) - Method in class hudson.plugins.git.browser.GitBlitRepositoryBrowser.ViewGitWebDescriptor
 
doCheckUrl(String) - Method in class hudson.plugins.git.browser.Gitiles.ViewGitWebDescriptor
 
doCheckUrl(String) - Method in class hudson.plugins.git.browser.ViewGitWeb.ViewGitWebDescriptor
 
doCheckUrl(Item, String, String) - Method in class hudson.plugins.git.UserRemoteConfig.DescriptorImpl
 
doCheckVersion(String) - Method in class hudson.plugins.git.browser.GitLab.GitLabDescriptor
Validate the contents of the version field.
doFillCredentialsIdItems(Item, String) - Method in class hudson.plugins.git.UserRemoteConfig.DescriptorImpl
 
doFillCredentialsIdItems(SCMSourceOwner, String) - Method in class jenkins.plugins.git.GitSCMSource.DescriptorImpl
 
doFillGitToolItems() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
 
doFillMergeStrategyItems() - Method in class hudson.plugins.git.UserMergeOptions.DescriptorImpl
 
doGitRemoteNameCheck(StaplerRequest) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
 
doMerge() - Method in class hudson.plugins.git.opt.PreBuildMergeOptions
 
doNotifyCommit(HttpServletRequest, String, String, String) - Method in class hudson.plugins.git.GitStatus
 
doSubmit(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.git.GitTagAction
Invoked to actually tag the workspace.

E

equals(Object) - Method in class hudson.plugins.git.extensions.impl.SparseCheckoutPath
 
equals(Object) - Method in class hudson.plugins.git.GitChangeSet
 
equals(Object) - Method in class hudson.plugins.git.UserMergeOptions
 
equals(Object) - Method in class jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl
 
evaluate(AbstractBuild<?, ?>, TaskListener, String) - Method in class hudson.plugins.git.GitBranchTokenMacro
 
evaluate(AbstractBuild<?, ?>, TaskListener, String) - Method in class hudson.plugins.git.GitRevisionTokenMacro
 

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.
use filterMatching(Collection, EnvVars)
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
Returns user of the change set.
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
 
FisheyeGitRepositoryBrowser.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

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
 
getAuthor() - 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 Hudson (which is needed for User.get in getAuthor()).
getAuthorOrCommitter() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
Deprecated.
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
 
getBranches() - Method in class hudson.plugins.git.GitSCM
 
getBranches() - Method in class hudson.plugins.git.SubmoduleConfig
 
getBranchesString() - Method in class hudson.plugins.git.SubmoduleConfig
 
getBranchesToPush() - Method in class hudson.plugins.git.GitPublisher
 
getBranchName() - Method in class hudson.plugins.git.GitPublisher.BranchToPush
 
getBrowser() - Method in class hudson.plugins.git.GitSCM
 
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, boolean) - Method in class hudson.plugins.git.GitSCM
Deprecated. 
getBuildData(Run) - Method in class hudson.plugins.git.GitSCM
Find the build log (BuildData) recorded with the last build that completed.
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
 
getBySHA1(String) - Method in class hudson.plugins.git.GitSCM
Web-bound method to let people look up a build by their SHA1 commit.
getCacheDir(String) - 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, 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, IGitAPI, TaskListener, BuildData, BuildChooserContext) - Method in class hudson.plugins.git.util.BuildChooser
getCandidateRevisions(boolean, String, IGitAPI, TaskListener, BuildData) - Method in class hudson.plugins.git.util.BuildChooser
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
 
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.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.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
 
getClean() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
Deprecated.
Moved to CleanCheckout
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
 
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
 
getDate() - Method in class hudson.plugins.git.GitChangeSet
 
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
 
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.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.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.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.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.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.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.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.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.AbstractGitSCMSource.SpecificRevisionBuildChooser.DescriptorImpl
 
getDisplayName() - Method in class jenkins.plugins.git.GitSCMSource.DescriptorImpl
 
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
 
getExcludes() - Method in class jenkins.plugins.git.GitSCMSource
 
getExtensionDescriptors() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
 
getExtensions() - Method in class hudson.plugins.git.GitSCM
All the configured extensions attached to this GitSCM.
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.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.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
 
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, TaskListener) - Method in class hudson.plugins.git.GitSCM
 
getGitExe(Node, EnvVars, TaskListener) - Method in class hudson.plugins.git.GitSCM
Exposing so that we can get this from GitPublisher.
getGitTool() - Method in class hudson.plugins.git.GitSCM
 
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 in call to "git config user.email".
getGlobalConfigName() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
Global setting to be used in call to "git config user.name".
getHash() - Method in class jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl
 
getHelpFile() - Method in class hudson.plugins.git.GitPublisher.DescriptorImpl
 
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
 
getIncludes() - Method in class jenkins.plugins.git.GitSCMSource
 
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 is formalized, existing BuildChoosers 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.
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.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
 
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
 
getnoteNamespace() - Method in class hudson.plugins.git.GitPublisher.NoteToPush
 
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
 
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.
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
 
getReference() - Method in class hudson.plugins.git.extensions.impl.CloneOption
 
getReference() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
Deprecated.
Moved to CloneOption
getRefspec() - Method in class hudson.plugins.git.UserRemoteConfig
 
getRefSpecs() - Method in class jenkins.plugins.git.AbstractGitSCMSource
 
getRefSpecs() - Method in class jenkins.plugins.git.GitSCMSource
 
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.GitSCMSource
 
getRemoteBranchName() - Method in class hudson.plugins.git.opt.PreBuildMergeOptions
 
getRemoteConfigs() - Method in class jenkins.plugins.git.AbstractGitSCMSource
 
getRemoteName() - Method in class jenkins.plugins.git.AbstractGitSCMSource
 
getRemotePoll() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
Deprecated.
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
 
getRequiredClient() - Method in class hudson.plugins.git.extensions.impl.PreBuildMerge
 
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
 
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
 
getScmName() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
Deprecated.
Moved to ScmName
getScmName() - Method in class hudson.plugins.git.util.BuildData
 
getSearchUrl() - Method in class hudson.plugins.git.GitStatus
 
getSHA1() - Method in class hudson.plugins.git.util.Build
 
getSha1() - Method in class hudson.plugins.git.util.MergeRecord
 
getShortDescription() - Method in class hudson.plugins.git.GitStatus.CommitHookCause
 
getSkipTag() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
Deprecated.
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
 
getSubmoduleName() - Method in class hudson.plugins.git.SubmoduleConfig
 
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
 
getTargetRepoName() - Method in class hudson.plugins.git.GitPublisher.PushConfig
 
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
 
getTooltip() - Method in class hudson.plugins.git.GitTagAction
 
getTrackingSubmodules() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
Deprecated.
getUrl() - Method in class hudson.plugins.git.browser.GitRepositoryBrowser
 
getUrl() - Method in class hudson.plugins.git.UserRemoteConfig
 
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
getVersion() - Method in class hudson.plugins.git.browser.GitLab
 
getWipeOutWorkspace() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
Deprecated.
Moved to WipeWorkspace
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, 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.impl.RelativeTargetDirectory
 
GIT_BRANCH - Static variable in class hudson.plugins.git.GitSCM
 
GIT_COMMIT - 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
 
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
 
GitBlitRepositoryBrowser.ViewGitWebDescriptor() - Constructor for class hudson.plugins.git.browser.GitBlitRepositoryBrowser.ViewGitWebDescriptor
 
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
 
GitChangeLogParser - Class in hudson.plugins.git
Parse the git log
GitChangeLogParser(boolean) - Constructor for class hudson.plugins.git.GitChangeLogParser
 
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.Path - Class in hudson.plugins.git
 
GitChangeSetList - Class in hudson.plugins.git
List of changeset that went into a particular build.
GitClientConflictException - Exception in hudson.plugins.git.extensions
 
GitClientConflictException() - Constructor for exception hudson.plugins.git.extensions.GitClientConflictException
 
GitClientType - Enum in hudson.plugins.git.extensions
 
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
 
GithubWeb.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
 
Gitiles.ViewGitWebDescriptor() - Constructor for class hudson.plugins.git.browser.Gitiles.ViewGitWebDescriptor
 
GitLab - Class in hudson.plugins.git.browser
Git Browser for GitLab
GitLab(String, String) - Constructor for class hudson.plugins.git.browser.GitLab
 
GitLab.GitLabDescriptor - Class in hudson.plugins.git.browser
 
GitLab.GitLabDescriptor() - Constructor for class hudson.plugins.git.browser.GitLab.GitLabDescriptor
 
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
 
GitList.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
 
GitoriousWeb.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.BranchToPush - Class in hudson.plugins.git
 
GitPublisher.BranchToPush(String, String) - Constructor for class hudson.plugins.git.GitPublisher.BranchToPush
 
GitPublisher.BranchToPush.DescriptorImpl - Class in hudson.plugins.git
 
GitPublisher.BranchToPush.DescriptorImpl() - Constructor for class hudson.plugins.git.GitPublisher.BranchToPush.DescriptorImpl
 
GitPublisher.DescriptorImpl - Class in hudson.plugins.git
 
GitPublisher.DescriptorImpl() - Constructor for class hudson.plugins.git.GitPublisher.DescriptorImpl
 
GitPublisher.NoteToPush - Class in hudson.plugins.git
 
GitPublisher.NoteToPush(String, String, String, boolean) - Constructor for class hudson.plugins.git.GitPublisher.NoteToPush
 
GitPublisher.NoteToPush.DescriptorImpl - Class in hudson.plugins.git
 
GitPublisher.NoteToPush.DescriptorImpl() - Constructor for class hudson.plugins.git.GitPublisher.NoteToPush.DescriptorImpl
 
GitPublisher.PushConfig - Class in hudson.plugins.git
 
GitPublisher.PushConfig(String) - Constructor for class hudson.plugins.git.GitPublisher.PushConfig
 
GitPublisher.TagToPush - Class in hudson.plugins.git
 
GitPublisher.TagToPush(String, String, String, boolean, boolean) - Constructor for class hudson.plugins.git.GitPublisher.TagToPush
 
GitPublisher.TagToPush.DescriptorImpl - Class in hudson.plugins.git
 
GitPublisher.TagToPush.DescriptorImpl() - Constructor for class hudson.plugins.git.GitPublisher.TagToPush.DescriptorImpl
 
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(boolean) - Constructor for class hudson.plugins.git.GitRevisionBuildParameters
 
GitRevisionBuildParameters() - Constructor for class hudson.plugins.git.GitRevisionBuildParameters
 
GitRevisionBuildParameters.DescriptorImpl - Class in hudson.plugins.git
 
GitRevisionBuildParameters.DescriptorImpl() - Constructor for class hudson.plugins.git.GitRevisionBuildParameters.DescriptorImpl
 
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 - 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>, Boolean, Collection<SubmoduleConfig>, GitRepositoryBrowser, String, List<GitSCMExtension>) - Constructor for class hudson.plugins.git.GitSCM
 
gitSCM - Variable in class hudson.plugins.git.util.BuildChooser
Refers back to the GitSCM that owns this build chooser.
GitSCM.DescriptorImpl - Class in hudson.plugins.git
 
GitSCM.DescriptorImpl() - Constructor for class hudson.plugins.git.GitSCM.DescriptorImpl
 
GitSCMBackwardCompatibility - Class in hudson.plugins.git
This is a portion of GitSCM for the stuff that's used to be in GitSCM that are deprecated.
GitSCMBackwardCompatibility() - Constructor for class hudson.plugins.git.GitSCMBackwardCompatibility
 
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
 
GitSCMSource - Class in jenkins.plugins.git
 
GitSCMSource(String, String, String, String, String, boolean) - Constructor for class jenkins.plugins.git.GitSCMSource
 
GitSCMSource.DescriptorImpl - Class in jenkins.plugins.git
 
GitSCMSource.DescriptorImpl() - Constructor for class jenkins.plugins.git.GitSCMSource.DescriptorImpl
 
GitSCMSource.ListenerImpl - Class in jenkins.plugins.git
 
GitSCMSource.ListenerImpl() - Constructor for class jenkins.plugins.git.GitSCMSource.ListenerImpl
 
GitSCMSource_DisplayName() - Static method in class jenkins.plugins.git.Messages
Key GitSCMSource.DisplayName: Git.
GitStatus - Class in hudson.plugins.git
Information screen for the use of Git in Hudson.
GitStatus() - Constructor for class hudson.plugins.git.GitStatus
 
GitStatus.CommitHookCause - Class in hudson.plugins.git
 
GitStatus.CommitHookCause(String) - Constructor for class hudson.plugins.git.GitStatus.CommitHookCause
 
GitStatus.JenkinsAbstractProjectListener - Class in hudson.plugins.git
Handle standard SCMTriggerItem instances with a standard SCMTrigger.
GitStatus.JenkinsAbstractProjectListener() - Constructor for class hudson.plugins.git.GitStatus.JenkinsAbstractProjectListener
 
GitStatus.Listener - Class in hudson.plugins.git
Other plugins may be interested in listening for these updates.
GitStatus.Listener() - Constructor for class hudson.plugins.git.GitStatus.Listener
 
GitStatus.MessageResponseContributor - Class in hudson.plugins.git
A response contributor that just adds a simple message to the body.
GitStatus.MessageResponseContributor(String) - Constructor for class hudson.plugins.git.GitStatus.MessageResponseContributor
Constructor.
GitStatus.ResponseContributor - Class in hudson.plugins.git
Contributes to a #doNotifyCommit(String, String, String) response.
GitStatus.ResponseContributor() - Constructor for class hudson.plugins.git.GitStatus.ResponseContributor
 
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.DescriptorImpl() - Constructor for class hudson.plugins.git.GitTagAction.DescriptorImpl
 
GitTagAction.TagInfo - Class in hudson.plugins.git
 
GitTagAction.TagWorkerThread - Class in hudson.plugins.git
The thread that performs tagging operation asynchronously.
GitTagAction.TagWorkerThread(Map<String, String>, String) - Constructor for class hudson.plugins.git.GitTagAction.TagWorkerThread
 
gitTool - Variable in class hudson.plugins.git.GitSCM
 
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
 
GitWeb.GitWebDescriptor() - Constructor for class hudson.plugins.git.browser.GitWeb.GitWebDescriptor
 
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.SparseCheckoutPath
 
hashCode() - Method in class hudson.plugins.git.GitChangeSet
 
hashCode() - Method in class hudson.plugins.git.UserMergeOptions
 
hashCode() - Method in class jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl
 
hudson.plugins.git - package hudson.plugins.git
 
hudson.plugins.git.browser - package hudson.plugins.git.browser
 
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
 
IgnoreNotifyCommit.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.IgnoreNotifyCommit.DescriptorImpl
 
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
 
InverseBuildChooser.DescriptorImpl() - Constructor for class hudson.plugins.git.util.InverseBuildChooser.DescriptorImpl
 
invoke(P, VirtualChannel) - Method in interface hudson.plugins.git.util.BuildChooserContext.ContextCallable
Performs the computational task on the node where the data is located.
isApplicable(Class<? extends GitSCM>) - Method in class hudson.plugins.git.extensions.GitSCMExtensionDescriptor
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.git.GitPublisher.DescriptorImpl
 
isApplicable(Job) - Method in class hudson.plugins.git.GitSCM.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 Item>) - Method in class jenkins.plugins.git.AbstractGitSCMSource.SpecificRevisionBuildChooser.DescriptorImpl
 
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
 
isDisableSubmodules() - Method in class hudson.plugins.git.extensions.impl.SubmoduleOption
 
isDoGenerateSubmoduleConfigurations() - Method in class hudson.plugins.git.GitSCM
 
isEmptySet() - Method in class hudson.plugins.git.GitChangeSetList
 
isExcluded(String) - Method in class jenkins.plugins.git.AbstractGitSCMSource
Returns true if the branchName isn't matched by includes or is matched by excludes.
isFor(String) - Method in class hudson.plugins.git.util.Build
 
isForcePush() - Method in class hudson.plugins.git.GitPublisher
 
isIgnoreNotifyCommit() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
Deprecated.
isIgnoreOnPushNotifications() - Method in class jenkins.plugins.git.GitSCMSource
 
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?
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
 
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
 
iterator() - Method in class hudson.plugins.git.GitChangeSetList
 

J

jenkins.plugins.git - package jenkins.plugins.git
 

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
 
KilnGit.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.)
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
LocalBranch - Class in hudson.plugins.git.extensions.impl
 
LocalBranch(String) - Constructor for class hudson.plugins.git.extensions.impl.LocalBranch
 
LocalBranch.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
 
LocalBranch.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.LocalBranch.DescriptorImpl
 
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
 
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, EnvVars) - Method in class hudson.plugins.git.BranchSpec
Compare a git branch reference to configured pattern.
matches(Map<IndexEntry, Revision>, List<IndexEntry>) - Method in class hudson.plugins.git.SubmoduleCombinator
 
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, this Action on AbstractBuild 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.
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
 
MessageExclusion.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.MessageExclusion.DescriptorImpl
 
Messages - Class in hudson.plugins.git
Generated localization support class.
Messages() - Constructor for class hudson.plugins.git.Messages
 
Messages - Class in jenkins.plugins.git
Generated localization support class.
Messages() - Constructor for class jenkins.plugins.git.Messages
 

N

newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.browser.AssemblaWeb.AssemblaWebDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.browser.BitbucketWeb.BitbucketWebDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.browser.CGit.CGITDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.browser.FisheyeGitRepositoryBrowser.FisheyeGitRepositoryBrowserDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.browser.GitBlitRepositoryBrowser.ViewGitWebDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.browser.GithubWeb.GithubWebDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.browser.Gitiles.ViewGitWebDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.browser.GitLab.GitLabDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.browser.GitList.GitListDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.browser.GitoriousWeb.GitoriousWebDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.browser.GitWeb.GitWebDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.browser.KilnGit.KilnGitDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.browser.Phabricator.PhabricatorDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.browser.RedmineWeb.RedmineWebDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.browser.RhodeCode.RhodeCodeDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.browser.Stash.StashDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.browser.TFS2013GitRepositoryBrowser.TFS2013GitRepositoryBrowserDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.browser.ViewGitWeb.ViewGitWebDescriptor
 

O

ObjectIdConverter - Class in hudson.plugins.git
Object id converter.
ObjectIdConverter() - Constructor for class hudson.plugins.git.ObjectIdConverter
Create ObjectId converter
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, AbstractBuild<?, ?>, GitClient, BuildListener) - Method in class hudson.plugins.git.extensions.GitSCMExtension
Deprecated.
onCheckoutCompleted(GitSCM, Run<?, ?>, GitClient, TaskListener) - Method in class hudson.plugins.git.extensions.impl.CleanCheckout
 
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
 
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
 
onLoaded() - Static method in class hudson.plugins.git.GitSCM
 
onNotifyCommit(URIish, String, List<ParameterValue>, String...) - Method in class hudson.plugins.git.GitStatus.JenkinsAbstractProjectListener
onNotifyCommit(URIish, String[]) - Method in class hudson.plugins.git.GitStatus.Listener
Deprecated.
implement #onNotifyCommit(org.eclipse.jgit.transport.URIish, String, String...)
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
 
onNotifyCommit(URIish, String, String...) - Method in class jenkins.plugins.git.GitSCMSource.ListenerImpl
 

P

parse(List<String>) - Method in class hudson.plugins.git.GitChangeLogParser
 
parse(Run, RepositoryBrowser<?>, File) - 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
 
PathRestriction.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.PathRestriction.DescriptorImpl
 
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
 
PerBuildTag.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.PerBuildTag.DescriptorImpl
 
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
 
Phabricator.PhabricatorDescriptor() - Constructor for class hudson.plugins.git.browser.Phabricator.PhabricatorDescriptor
 
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
 
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
 
PreBuildMerge.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.PreBuildMerge.DescriptorImpl
 
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
prevBuildForChangelog(String, BuildData, GitClient, BuildChooserContext) - Method in class hudson.plugins.git.util.BuildChooser
Determines the baseline to compute the changelog against.
prevBuildForChangelog(String, BuildData, IGitAPI, BuildChooserContext) - Method in class hudson.plugins.git.util.BuildChooser
prevBuildForChangelog(String, BuildData, GitClient, BuildChooserContext) - Method in class jenkins.plugins.git.AbstractGitSCMSource.SpecificRevisionBuildChooser
 
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
 
PruneStaleBranch.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.PruneStaleBranch.DescriptorImpl
 

R

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
 
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
 
RedmineWeb.RedmineWebDescriptor() - Constructor for class hudson.plugins.git.browser.RedmineWeb.RedmineWebDescriptor
 
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
 
RelativeTargetDirectory.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.RelativeTargetDirectory.DescriptorImpl
 
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
remoteUrls - Variable in class hudson.plugins.git.util.BuildData
The URLs that have been referenced.
requiresWorkspaceForPolling() - Method in class hudson.plugins.git.extensions.GitSCMExtension
 
requiresWorkspaceForPolling() - Method in class hudson.plugins.git.extensions.impl.AuthorInChangelog
 
requiresWorkspaceForPolling() - Method in class hudson.plugins.git.extensions.impl.ChangelogToBranch
 
requiresWorkspaceForPolling() - Method in class hudson.plugins.git.extensions.impl.CheckoutOption
 
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(TaskListener) - Method in class hudson.plugins.git.GitSCM
 
retrieve(SCMHead, TaskListener) - Method in class jenkins.plugins.git.AbstractGitSCMSource
 
retrieve(SCMHeadObserver, TaskListener) - Method in class jenkins.plugins.git.AbstractGitSCMSource
 
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
 
RevisionParameterAction - Class in hudson.plugins.git
Used as a build parameter to specify the revision to be built.
RevisionParameterAction(String) - Constructor for class hudson.plugins.git.RevisionParameterAction
 
RevisionParameterAction(String, boolean) - Constructor for class hudson.plugins.git.RevisionParameterAction
 
RevisionParameterAction(Revision) - Constructor for class hudson.plugins.git.RevisionParameterAction
 
RevisionParameterAction(Revision, boolean) - 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
 
RhodeCode.RhodeCodeDescriptor() - Constructor for class hudson.plugins.git.browser.RhodeCode.RhodeCodeDescriptor
 

S

saveBuild(Build) - Method in class hudson.plugins.git.util.BuildData
 
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 - Variable in class hudson.plugins.git.util.BuildData
The name of the SCM as given by the user.
ScmName.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
 
ScmName.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.ScmName.DescriptorImpl
 
setBranches(String[]) - Method in class hudson.plugins.git.SubmoduleConfig
 
setBuildChooser(BuildChooser) - Method in class hudson.plugins.git.GitSCM
 
setCreateAccountBasedOnEmail(boolean) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
 
setEmptyTargetRepoToOrigin() - Method in class hudson.plugins.git.GitPublisher.PushConfig
 
setFastForwardMode(MergeCommand.GitPluginFastForwardMode) - Method in class hudson.plugins.git.opt.PreBuildMergeOptions
 
setGlobalConfigEmail(String) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
 
setGlobalConfigName(String) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
 
setMergeRemote(RemoteConfig) - Method in class hudson.plugins.git.opt.PreBuildMergeOptions
 
setMergeStrategy(MergeCommand.Strategy) - Method in class hudson.plugins.git.opt.PreBuildMergeOptions
 
setMergeTarget(String) - Method in class hudson.plugins.git.opt.PreBuildMergeOptions
 
setName(String) - Method in class hudson.plugins.git.BranchSpec
 
setParent(ChangeLogSet) - Method in class hudson.plugins.git.GitChangeSet
 
setScmName(String) - Method in class hudson.plugins.git.util.BuildData
 
setSubmoduleCfg(Collection<SubmoduleConfig>) - Method in class hudson.plugins.git.GitSCM
 
setSubmoduleName(String) - Method in class hudson.plugins.git.SubmoduleConfig
 
setTargetRepoName(String) - Method in class hudson.plugins.git.GitPublisher.PushConfig
 
sha1 - Variable in class hudson.plugins.git.GitStatus.CommitHookCause
 
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
 
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
 
SparseCheckoutPath.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.SparseCheckoutPath.DescriptorImpl
 
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
 
SparseCheckoutPaths.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.SparseCheckoutPaths.DescriptorImpl
 
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
 
Stash.StashDescriptor() - Constructor for class hudson.plugins.git.browser.Stash.StashDescriptor
 
SubmoduleCombinator - Class in hudson.plugins.git
A common usecase for git submodules is to have child submodules, and a parent 'configuration' project that ties the correct versions together.
SubmoduleCombinator(GitClient, TaskListener, Collection<SubmoduleConfig>) - Constructor for class hudson.plugins.git.SubmoduleCombinator
 
SubmoduleConfig - Class in hudson.plugins.git
 
SubmoduleConfig() - Constructor for class hudson.plugins.git.SubmoduleConfig
 
SubmoduleOption - Class in hudson.plugins.git.extensions.impl
Further tweak the behaviour of git-submodule.
SubmoduleOption(boolean, boolean, boolean, Integer) - Constructor for class hudson.plugins.git.extensions.impl.SubmoduleOption
 
SubmoduleOption.DescriptorImpl - Class in hudson.plugins.git.extensions.impl
 
SubmoduleOption.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.SubmoduleOption.DescriptorImpl
 

T

TFS2013GitRepositoryBrowser - Class in hudson.plugins.git.browser
Browser for TFS 2013
TFS2013GitRepositoryBrowser(String) - Constructor for class hudson.plugins.git.browser.TFS2013GitRepositoryBrowser
 
TFS2013GitRepositoryBrowser.TFS2013GitRepositoryBrowserDescriptor - Class in hudson.plugins.git.browser
 
TFS2013GitRepositoryBrowser.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.SparseCheckoutPath
 
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
 

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
 
UserExclusion.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.UserExclusion.DescriptorImpl
 
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
 
UserIdentity.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.UserIdentity.DescriptorImpl
 
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(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(PreBuildMergeOptions) - Constructor for class hudson.plugins.git.UserMergeOptions
 
UserMergeOptions.DescriptorImpl - Class in hudson.plugins.git
 
UserMergeOptions.DescriptorImpl() - Constructor for class hudson.plugins.git.UserMergeOptions.DescriptorImpl
 
UserRemoteConfig - Class in hudson.plugins.git
 
UserRemoteConfig(String, String, String, String) - Constructor for class hudson.plugins.git.UserRemoteConfig
 
UserRemoteConfig.DescriptorImpl - Class in hudson.plugins.git
 
UserRemoteConfig.DescriptorImpl() - Constructor for class hudson.plugins.git.UserRemoteConfig.DescriptorImpl
 
UserRemoteConfig_FailedToConnect(Object) - Static method in class hudson.plugins.git.Messages
Key UserRemoteConfig.FailedToConnect: Failed to connect to repository : {0}.

V

valueOf(String) - Static method in enum hudson.plugins.git.extensions.GitClientType
Returns the enum constant of this type with the specified name.
values() - Static method in enum hudson.plugins.git.extensions.GitClientType
Returns an array containing the constants of this enum type, in the order they are declared.
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
 
ViewGitWeb.ViewGitWebDescriptor() - Constructor for class hudson.plugins.git.browser.ViewGitWeb.ViewGitWebDescriptor
 

W

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
 
WipeWorkspace.DescriptorImpl() - Constructor for class hudson.plugins.git.extensions.impl.WipeWorkspace.DescriptorImpl
 
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.
writeBody(PrintWriter) - Method in class hudson.plugins.git.GitStatus.MessageResponseContributor
Write the contributed body.
writeBody(StaplerRequest, StaplerResponse, PrintWriter) - Method in class hudson.plugins.git.GitStatus.ResponseContributor
Write the contributed body.
writeBody(PrintWriter) - Method in class hudson.plugins.git.GitStatus.ResponseContributor
Write the contributed body.

_

_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: {@code All current git branches were excluded from being built.
_GitSCMSource_DisplayName() - Static method in class jenkins.plugins.git.Messages
Key GitSCMSource.DisplayName: Git.
_UserRemoteConfig_FailedToConnect(Object) - Static method in class hudson.plugins.git.Messages
Key UserRemoteConfig.FailedToConnect: Failed to connect to repository : {0}.
A B C D E F G H I J K L M N O P R S T U V W _ 

Copyright © 2004-2015. All Rights Reserved.