Uses of Enum Class
jenkins.scm.api.mixin.ChangeRequestCheckoutStrategy
Package
Description
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.-
Uses of ChangeRequestCheckoutStrategy in jenkins.scm.api.mixin
Modifier and TypeMethodDescriptionChangeRequestSCMHead2.getCheckoutStrategy()
Returns theChangeRequestCheckoutStrategy
of thisChangeRequestSCMHead
.Returns the enum constant of this class with the specified name.static ChangeRequestCheckoutStrategy[]
ChangeRequestCheckoutStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.