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 TypeClassDescriptionclass
Base class for categories ofSCMHead
, for example: branches, tags, change requests, mainlines, features, etc.class
Base 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 ofSCMCategory
instances bygetName()
.static <T,
C extends SCMCategory<T>>
Map<String,List<C>> Partitions a collection ofSCMCategory
instances bygetName()
.static <C extends SCMCategory<?>>
org.jvnet.localizer.LocalizableSCMCategory.toDisplayName
(C... categories) Gets the composite display name for a collection ofSCMCategory
instances.static <C extends SCMCategory<?>>
org.jvnet.localizer.LocalizableSCMCategory.toDisplayName
(List<C> categories) Gets the composite display name for a collection ofSCMCategory
instances.static <C extends SCMCategory<?>>
StringSCMCategory.toShortUrl
(C... categories) Gets the composite short url name for a collection ofSCMCategory
instances.static <C extends SCMCategory<?>>
StringSCMCategory.toShortUrl
(List<C> categories) Gets the composite short url name for a collection ofSCMCategory
instances.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 ofSCMCategory
instances bygetName()
.static <C extends SCMCategory<?>>
org.jvnet.localizer.LocalizableSCMCategory.toDisplayName
(C... categories) Gets the composite display name for a collection ofSCMCategory
instances.static <C extends SCMCategory<?>>
StringSCMCategory.toShortUrl
(C... categories) Gets the composite short url name for a collection ofSCMCategory
instances.Method parameters in jenkins.scm.api with type arguments of type SCMCategoryModifier and TypeMethodDescriptionboolean
SCMCategory.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 class
Standard category forSCMHead
instances that implementChangeRequestSCMHead
.final class
Standard category forSCMHead
instances that implementTagSCMHead
.final class
Standard category for uncategorized instances.final class
Standard category for uncategorized instances.