Class UncategorizedSCMSourceCategory
- Since:
- 2.0
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final UncategorizedSCMSourceCategoryTheUncategorizedSCMSourceCategorysingleton with the default naming.
- 
Constructor SummaryConstructorsConstructorDescriptionUncategorizedSCMSourceCategory(org.jvnet.localizer.Localizable displayName) Constructs aUncategorizedSCMSourceCategorywith customized naming.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanChecks if the supplied instance is a match for thisSCMCategory.Methods inherited from class jenkins.scm.api.SCMSourceCategoryaddUncategorizedIfMissing, collect, collectAndSimplify, defaultDisplayName, simplify, unionMethods inherited from class jenkins.scm.api.SCMCategorygetDisplayName, getName, group, group, isMatch, isUncategorized, toDisplayName, toDisplayName, toShortUrl, toShortUrl
- 
Field Details- 
DEFAULTTheUncategorizedSCMSourceCategorysingleton with the default naming.
 
- 
- 
Constructor Details- 
UncategorizedSCMSourceCategorypublic UncategorizedSCMSourceCategory(@NonNull org.jvnet.localizer.Localizable displayName) Constructs aUncategorizedSCMSourceCategorywith customized naming. Use this constructor when the generic naming is not appropriate terminology for the specificSCMNavigator's naming of repositories.For example: the Accurev source control system uses the term "depots" to refer to the same thing that Git would call "repositories", it would confuse Accurev users if we called their "depots" as "repositories" (especially as Accurev uses the term "repository" to refer to the Accurev server) so an Accurev specific provider would use this constructor to generate a singleton with the "depots" name. If there is a Git and Accurev navigator in the same context then SCMSourceCategory.collectAndSimplify(Iterable)will contain anUncategorizedSCMSourceCategoryunder thedefaultkey that has aSCMCategory.getDisplayName()ofDepots / Repositories(which may indeed confuse the Accurev users who have not been exposed to Git, but as both are in use they should have been prepared for the different terminology)- Parameters:
- displayName- the display name for the uncategorized- SCMSources when the source control system uses a different terminology from "repositories".
 
 
- 
- 
Method Details- 
isMatchChecks if the supplied instance is a match for thisSCMCategory.- Specified by:
- isMatchin class- SCMCategory<SCMSource>
- Parameters:
- instance- the instance to test.
- Returns:
- trueif the instance belongs to this- SCMCategory.
 
 
-