Class ChangelogToBranch
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<GitSCMExtension>
-
- hudson.plugins.git.extensions.GitSCMExtension
-
- hudson.plugins.git.extensions.impl.ChangelogToBranch
-
- All Implemented Interfaces:
Describable<GitSCMExtension>
public class ChangelogToBranch extends GitSCMExtension
This extension activates the alternative changelog computation, where the changelog is calculated against a specified branch.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChangelogToBranch.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description ChangelogToBranch(ChangelogToBranchOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangelogToBranchOptions
getOptions()
-
Methods inherited from class hudson.plugins.git.extensions.GitSCMExtension
beforeCheckout, beforeCheckout, decorate, decorateCheckoutCommand, decorateCheckoutCommand, decorateCloneCommand, decorateCloneCommand, decorateFetchCommand, decorateFetchCommand, decorateMergeCommand, decorateMergeCommand, decorateRevisionToBuild, decorateRevisionToBuild, determineSupportForJGit, enableMultipleRevisionDetection, getDescriptor, getRequiredClient, getWorkingDirectory, getWorkingDirectory, isRevExcluded, onCheckoutCompleted, onCheckoutCompleted, onClean, populateEnvironmentVariables, requiresWorkspaceForPolling
-
-
-
-
Constructor Detail
-
ChangelogToBranch
@DataBoundConstructor public ChangelogToBranch(ChangelogToBranchOptions options)
-
-
Method Detail
-
getOptions
public ChangelogToBranchOptions getOptions()
-
-