Package hudson.plugins.git.extensions
Class FakeGitSCMExtension
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<GitSCMExtension>
-
- hudson.plugins.git.extensions.GitSCMExtension
-
- hudson.plugins.git.extensions.FakeGitSCMExtension
-
- All Implemented Interfaces:
Describable<GitSCMExtension>
- Direct Known Subclasses:
AuthorInChangelog
,BuildChooserSetting
,CheckoutOption
,IgnoreNotifyCommit
,LocalBranch
,ScmName
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public abstract class FakeGitSCMExtension extends GitSCMExtension
Marker to designate that this extension point doesn't operate by implementing the callbacks but insteadGitSCM
has a prior knowledge about this extension.This is primarily done to eliminate the "advanced" section completely in favor of the extension list.
- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description FakeGitSCMExtension()
-
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
-
-