Class ScmName

All Implemented Interfaces:
Describable<GitSCMExtension>

public class ScmName extends FakeGitSCMExtension
When used with org.jenkinsci.plugins.multiplescms.MultiSCM, this differentiates a different instance. Not strictly necessary any more since GitSCM.getKey() will compute a default value, but can improve visual appearance of multiple-SCM changelogs.
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • ScmName

      @DataBoundConstructor public ScmName(String name)
  • Method Details

    • getName

      public String getName()