| Class | Description |
|---|---|
| AuthorInChangelog |
Use author, not committer as the
ChangeLogSet.Entry.getAuthor() of the commit. |
| AuthorInChangelog.DescriptorImpl | |
| BuildChooserSetting |
Holds
BuildChooser. |
| BuildChooserSetting.DescriptorImpl | |
| ChangelogToBranch |
This extension activates the alternative changelog computation,
where the changelog is calculated against a specified branch.
|
| ChangelogToBranch.DescriptorImpl | |
| CheckoutOption |
Add options to the checkout command.
|
| CheckoutOption.DescriptorImpl | |
| CleanBeforeCheckout |
git-clean before the checkout.
|
| CleanBeforeCheckout.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 | |
| MessageExclusion |
GitSCMExtension that ignores commits with specific messages. |
| MessageExclusion.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?" question.
|
| 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
org.jenkinsci.plugins.multiplescms.MultiSCM, this differentiates a different instance. |
| ScmName.DescriptorImpl | |
| SparseCheckoutPath | |
| SparseCheckoutPath.DescriptorImpl | |
| SparseCheckoutPaths | |
| SparseCheckoutPaths.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-2015. All Rights Reserved.