Package jenkins.scm.impl
Class ChangeRequestSCMHeadCategory
java.lang.Object
jenkins.scm.api.SCMCategory<SCMHead>
jenkins.scm.api.SCMHeadCategory
jenkins.scm.impl.ChangeRequestSCMHeadCategory
Standard category for 
SCMHead instances that implement ChangeRequestSCMHead.- Since:
- 2.0
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ChangeRequestSCMHeadCategoryTheChangeRequestSCMHeadCategorysingleton with the default naming.
- 
Constructor SummaryConstructorsConstructorDescriptionChangeRequestSCMHeadCategory(org.jvnet.localizer.Localizable displayName) Constructs aChangeRequestSCMHeadCategorywith customized naming.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanChecks if the supplied instance is a match for thisSCMCategory.Methods inherited from class jenkins.scm.api.SCMHeadCategoryaddUncategorizedIfMissing, collect, collectAndSimplify, defaultDisplayName, simplify, unionMethods inherited from class jenkins.scm.api.SCMCategorygetDisplayName, getName, group, group, isMatch, isUncategorized, toDisplayName, toDisplayName, toShortUrl, toShortUrl
- 
Field Details- 
DEFAULTTheChangeRequestSCMHeadCategorysingleton with the default naming.
 
- 
- 
Constructor Details- 
ChangeRequestSCMHeadCategorypublic ChangeRequestSCMHeadCategory(@NonNull org.jvnet.localizer.Localizable displayName) Constructs aChangeRequestSCMHeadCategorywith customized naming. Use this constructor when the generic naming is not appropriate terminology for the specificSCMSource's naming of change requests.- Parameters:
- displayName- the display name for change requests.
 
 
- 
- 
Method Details- 
isMatchChecks if the supplied instance is a match for thisSCMCategory.- Specified by:
- isMatchin class- SCMCategory<SCMHead>
- Parameters:
- instance- the instance to test.
- Returns:
- trueif the instance belongs to this- SCMCategory.
 
 
-