public final class ChangeRequestSCMHeadCategory extends SCMHeadCategory
SCMHead instances that implement ChangeRequestSCMHead.| Modifier and Type | Field and Description |
|---|---|
static ChangeRequestSCMHeadCategory |
DEFAULT
The
ChangeRequestSCMHeadCategory singleton with the default naming. |
| Constructor and Description |
|---|
ChangeRequestSCMHeadCategory(org.jvnet.localizer.Localizable displayName)
Constructs a
ChangeRequestSCMHeadCategory with customized naming. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMatch(SCMHead instance)
Checks if the supplied instance is a match for this
SCMCategory. |
addUncategorizedIfMissing, collect, collectAndSimplify, defaultDisplayName, simplify, uniongetDisplayName, getName, group, group, isMatch, isUncategorized, toDisplayName, toDisplayName, toShortUrl, toShortUrlpublic static final ChangeRequestSCMHeadCategory DEFAULT
ChangeRequestSCMHeadCategory singleton with the default naming.public ChangeRequestSCMHeadCategory(@NonNull
org.jvnet.localizer.Localizable displayName)
ChangeRequestSCMHeadCategory with customized naming. Use this constructor when the generic
naming is not appropriate terminology for the specific SCMSource's naming of change requests.displayName - the display name for change requests.public boolean isMatch(@NonNull
SCMHead instance)
SCMCategory.isMatch in class SCMCategory<SCMHead>instance - the instance to test.true if the instance belongs to this SCMCategory.Copyright © 2016–2019. All rights reserved.