Class ExcludeFromChangeSet
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.plugins.git.extensions.GitSCMExtension>
hudson.plugins.git.extensions.GitSCMExtension
org.jenkinsci.plugins.workflow.multibranch.extended.scm.ExcludeFromChangeSet
- All Implemented Interfaces:
Describable<hudson.plugins.git.extensions.GitSCMExtension>
public class ExcludeFromChangeSet
extends hudson.plugins.git.extensions.GitSCMExtension
This class extends GitSCMExtension for excluding git change log from plugin SCM
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
Constructors -
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, enableMultipleRevisionDetection, getDescriptor, getRequiredClient, getWorkingDirectory, getWorkingDirectory, isRevExcluded, onCheckoutCompleted, onCheckoutCompleted, onClean, populateEnvironmentVariables, requiresWorkspaceForPolling
-
Constructor Details
-
ExcludeFromChangeSet
@DataBoundConstructor public ExcludeFromChangeSet()
-