- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getVersion() - Method in class hudson.plugins.git.browser.GitLab
-
- getWipeOutWorkspace() - Method in class hudson.plugins.git.GitSCMBackwardCompatibility
-
- 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
-