| Package | Description |
|---|---|
| jenkins.scm.api.mixin |
The mix-in interfaces used by
SCMHead
implementations to advertise that a specific head is not just a regular branch but is actually a special type of
branch such as a change request /
tag / etc. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeRequestSCMRevision<H extends SCMHead & ChangeRequestSCMHead>
Recommended base class for the
SCMRevision of a ChangeRequestSCMHead. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChangeRequestSCMHead2
Additional attributes of a
ChangeRequestSCMHead that should have been in the original mixin but we are not
targeting Java 8 so we cannot add the default methods to the interface and must have an ugly 2 class instead. |
Copyright © 2016–2019. All rights reserved.