Class GitHubPRSCMHeadCategory

java.lang.Object
jenkins.scm.api.SCMCategory<jenkins.scm.api.SCMHead>
jenkins.scm.api.SCMHeadCategory
com.github.kostyasha.github.integration.multibranch.category.GitHubSCMHeadCategory
com.github.kostyasha.github.integration.multibranch.category.GitHubPRSCMHeadCategory

public class GitHubPRSCMHeadCategory extends GitHubSCMHeadCategory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    boolean
    isMatch(jenkins.scm.api.SCMHead instance)
     

    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, isUncategorized, toDisplayName, toDisplayName, toShortUrl, toShortUrl

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • GitHubPRSCMHeadCategory

      public GitHubPRSCMHeadCategory(@NonNull String urlName, org.jvnet.localizer.Localizable pronoun)
  • Method Details

    • isMatch

      public boolean isMatch(@NonNull jenkins.scm.api.SCMHead instance)
      Specified by:
      isMatch in class jenkins.scm.api.SCMCategory<jenkins.scm.api.SCMHead>