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>
public class BuildSingleRevisionOnly extends GitSCMExtension
Don't trigger another build to catch up- Author:
- Sven Hickstein
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BuildSingleRevisionOnly.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description BuildSingleRevisionOnly()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
enableMultipleRevisionDetection()
-
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
-
-
-
-
Method Detail
-
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
-
-