Class BuildSingleRevisionOnly
java.lang.Object
hudson.model.AbstractDescribableImpl<GitSCMExtension>
hudson.plugins.git.extensions.GitSCMExtension
hudson.plugins.git.extensions.impl.BuildSingleRevisionOnly
- All Implemented Interfaces:
Describable<GitSCMExtension>
Don't trigger another build to catch up
- Author:
- Sven Hickstein
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.plugins.git.extensions.GitSCMExtension
beforeCheckout, beforeCheckout, decorate, decorateCheckoutCommand, decorateCheckoutCommand, decorateCloneCommand, decorateCloneCommand, decorateFetchCommand, decorateFetchCommand, decorateMergeCommand, decorateMergeCommand, decorateRevisionToBuild, decorateRevisionToBuild, determineSupportForJGit, getDescriptor, getRequiredClient, getWorkingDirectory, getWorkingDirectory, isRevExcluded, onCheckoutCompleted, onCheckoutCompleted, onClean, populateEnvironmentVariables, requiresWorkspaceForPolling
-
Constructor Details
-
BuildSingleRevisionOnly
@DataBoundConstructor public BuildSingleRevisionOnly()
-
-
Method Details
-
enableMultipleRevisionDetection
public boolean enableMultipleRevisionDetection()- Overrides:
enableMultipleRevisionDetection
in classGitSCMExtension
- Returns:
true
to disable the scheduling of another build to catch up when multiple revisions are detected
-