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 Detail

      • ScmName

        @DataBoundConstructor
        public ScmName​(String name)
    • Method Detail

      • getName

        public String getName()