Uses of Class
jenkins.scm.api.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
Modifier 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.Modifier 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.Modifier 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.Modifier 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
Modifier 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.