Class 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 instead GitSCM 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 Details

    • FakeGitSCMExtension

      public FakeGitSCMExtension()