| Package | Description |
|---|---|
| jenkins.scm.api |
The public API contract of the SCM API plugin.
|
| jenkins.scm.impl |
The common implementations of classes in the public API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SCMHeadCategory
Base class for categories of
SCMHead, for example: branches, tags, change requests, mainlines, features, etc. |
class |
SCMSourceCategory
Base class for categories of
SCMSource, for example: repository, depot, VOB, etc. |
| Modifier and Type | Method and Description |
|---|---|
static <T,C extends SCMCategory<T>> |
SCMCategory.group(C... categories)
Partitions a list of
SCMCategory instances by getName(). |
static <T,C extends SCMCategory<T>> |
SCMCategory.group(Iterable<C> categories)
Partitions a collection of
SCMCategory instances by getName(). |
static <C extends SCMCategory<?>> |
SCMCategory.toDisplayName(C... categories)
Gets the composite display name for a collection of
SCMCategory instances. |
static <C extends SCMCategory<?>> |
SCMCategory.toDisplayName(List<C> categories)
Gets the composite display name for a collection of
SCMCategory instances. |
static <C extends SCMCategory<?>> |
SCMCategory.toShortUrl(C... categories)
Gets the composite short url name for a collection of
SCMCategory instances. |
static <C extends SCMCategory<?>> |
SCMCategory.toShortUrl(List<C> categories)
Gets the composite short url name for a collection of
SCMCategory instances. |
| Modifier and Type | Method and Description |
|---|---|
static <T,C extends SCMCategory<T>> |
SCMCategory.group(C... categories)
Partitions a list of
SCMCategory instances by getName(). |
static <C extends SCMCategory<?>> |
SCMCategory.toDisplayName(C... categories)
Gets the composite display name for a collection of
SCMCategory instances. |
static <C extends SCMCategory<?>> |
SCMCategory.toShortUrl(C... categories)
Gets the composite short url name for a collection of
SCMCategory instances. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SCMCategory.isMatch(T instance,
Iterable<? extends SCMCategory<T>> categories)
Checks if the supplied instance is a match for this
SCMCategory. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeRequestSCMHeadCategory
Standard category for
SCMHead instances that implement ChangeRequestSCMHead. |
class |
TagSCMHeadCategory
Standard category for
SCMHead instances that implement TagSCMHead. |
class |
UncategorizedSCMHeadCategory
Standard category for uncategorized instances.
|
class |
UncategorizedSCMSourceCategory
Standard category for uncategorized instances.
|
Copyright © 2016–2019. All rights reserved.