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 | Method and Description |
---|---|
ChangeRequestCheckoutStrategy |
ChangeRequestSCMHead2.getCheckoutStrategy()
Returns the
ChangeRequestCheckoutStrategy of this ChangeRequestSCMHead . |
static ChangeRequestCheckoutStrategy |
ChangeRequestCheckoutStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeRequestCheckoutStrategy[] |
ChangeRequestCheckoutStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2022. All rights reserved.