Uses of Class
jenkins.scm.api.SCMCategory
Packages that use SCMCategory
Package
Description
The public API contract of the SCM API plugin.
The common implementations of classes in the public API.
-
Uses of SCMCategory in jenkins.scm.api
Subclasses of SCMCategory in jenkins.scm.apiModifier and TypeClassDescriptionclassBase class for categories ofSCMHead, for example: branches, tags, change requests, mainlines, features, etc.classBase class for categories ofSCMSource, for example: repository, depot, VOB, etc.Methods in jenkins.scm.api with type parameters of type SCMCategoryModifier and TypeMethodDescriptionstatic <T,C extends SCMCategory<T>>
Map<String,List<C>> SCMCategory.group(C... categories) Partitions a list ofSCMCategoryinstances bygetName().static <T,C extends SCMCategory<T>>
Map<String,List<C>> Partitions a collection ofSCMCategoryinstances bygetName().static <C extends SCMCategory<?>>
org.jvnet.localizer.LocalizableSCMCategory.toDisplayName(C... categories) Gets the composite display name for a collection ofSCMCategoryinstances.static <C extends SCMCategory<?>>
org.jvnet.localizer.LocalizableSCMCategory.toDisplayName(List<C> categories) Gets the composite display name for a collection ofSCMCategoryinstances.static <C extends SCMCategory<?>>
StringSCMCategory.toShortUrl(C... categories) Gets the composite short url name for a collection ofSCMCategoryinstances.static <C extends SCMCategory<?>>
StringSCMCategory.toShortUrl(List<C> categories) Gets the composite short url name for a collection ofSCMCategoryinstances.Methods in jenkins.scm.api with parameters of type SCMCategoryModifier and TypeMethodDescriptionstatic <T,C extends SCMCategory<T>>
Map<String,List<C>> SCMCategory.group(C... categories) Partitions a list ofSCMCategoryinstances bygetName().static <C extends SCMCategory<?>>
org.jvnet.localizer.LocalizableSCMCategory.toDisplayName(C... categories) Gets the composite display name for a collection ofSCMCategoryinstances.static <C extends SCMCategory<?>>
StringSCMCategory.toShortUrl(C... categories) Gets the composite short url name for a collection ofSCMCategoryinstances.Method parameters in jenkins.scm.api with type arguments of type SCMCategoryModifier and TypeMethodDescriptionbooleanSCMCategory.isMatch(T instance, Iterable<? extends SCMCategory<T>> categories) Checks if the supplied instance is a match for thisSCMCategory. -
Uses of SCMCategory in jenkins.scm.impl
Subclasses of SCMCategory in jenkins.scm.implModifier and TypeClassDescriptionfinal classStandard category forSCMHeadinstances that implementChangeRequestSCMHead.final classStandard category forSCMHeadinstances that implementTagSCMHead.final classStandard category for uncategorized instances.final classStandard category for uncategorized instances.