| Class | Description |
|---|---|
| AuthorInChangelog |
Use author, not committer as the
ChangeLogSet.Entry.getAuthor() of the commit. |
| AuthorInChangelog.DescriptorImpl | |
| BuildChooserSetting |
Holds
BuildChooser. |
| BuildChooserSetting.DescriptorImpl | |
| CleanCheckout |
git-clean after the checkout.
|
| CleanCheckout.DescriptorImpl | |
| CloneOption | |
| CloneOption.DescriptorImpl | |
| DisableRemotePoll |
Disable Workspace-less polling via "git ls-remote".
|
| DisableRemotePoll.DescriptorImpl | |
| IgnoreNotifyCommit |
Trigger from push notification should be moved to the core as a generic cross-SCM function.
|
| IgnoreNotifyCommit.DescriptorImpl | |
| LocalBranch | |
| LocalBranch.DescriptorImpl | |
| PathRestriction |
GitSCMExtension that ignores commits that only affects specific paths. |
| PathRestriction.DescriptorImpl | |
| PerBuildTag |
Tags every build.
|
| PerBuildTag.DescriptorImpl | |
| PreBuildMerge |
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?"
|
| PreBuildMerge.DescriptorImpl | |
| PruneStaleBranch |
Prune stale remote-tracking branches
|
| PruneStaleBranch.DescriptorImpl | |
| RelativeTargetDirectory |
Instead of checking out to the top of the workspace, check out somewhere else.
|
| RelativeTargetDirectory.DescriptorImpl | |
| ScmName |
When used with
MultiSCM, this differentiates a different instance. |
| ScmName.DescriptorImpl | |
| SubmoduleOption |
Further tweak the behaviour of git-submodule.
|
| SubmoduleOption.DescriptorImpl | |
| UserExclusion |
GitSCMExtension that ignores commits that are made by specific users. |
| UserExclusion.DescriptorImpl | |
| UserIdentity |
GitSCMExtension that sets a different name and/or e-mail address for commits. |
| UserIdentity.DescriptorImpl | |
| WipeWorkspace |
Force a re-clone.
|
| WipeWorkspace.DescriptorImpl |
Copyright © 2004-2013. All Rights Reserved.