java.lang.Object
jenkins.scm.api.SCMCategory<jenkins.scm.api.SCMHead>
jenkins.scm.api.SCMHeadCategory
com.github.kostyasha.github.integration.multibranch.category.GitHubSCMHeadCategory
Direct Known Subclasses:
GitHubBranchSCMHeadCategory, GitHubPRSCMHeadCategory, GitHubTagSCMHeadCategory

public abstract class GitHubSCMHeadCategory extends jenkins.scm.api.SCMHeadCategory
  • Constructor Summary

    Constructors
    Constructor
    Description
    GitHubSCMHeadCategory(String urlName, org.jvnet.localizer.Localizable pronoun)
     
    GitHubSCMHeadCategory(org.jvnet.localizer.Localizable pronoun)
     
  • Method Summary

    Methods inherited from class jenkins.scm.api.SCMHeadCategory

    addUncategorizedIfMissing, collect, collectAndSimplify, defaultDisplayName, simplify, union

    Methods inherited from class jenkins.scm.api.SCMCategory

    getDisplayName, getName, group, group, isMatch, isMatch, isUncategorized, toDisplayName, toDisplayName, toShortUrl, toShortUrl

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GitHubSCMHeadCategory

      public GitHubSCMHeadCategory(@NonNull String urlName, org.jvnet.localizer.Localizable pronoun)
    • GitHubSCMHeadCategory

      public GitHubSCMHeadCategory(org.jvnet.localizer.Localizable pronoun)