Uses of Package
jenkins.scm.api.mixin
Package
Description
The public API contract of the SCM API plugin.
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.An API/SPI to allow the sharing of common traits between different
SCMSource
and
SCMNavigator
implementations.-
-
ClassDescriptionThe various strategies that can be used when checking out a change request.Mixin interface to identify
SCMHead
instances that correspond to a change request.Recommended base class for theSCMRevision
of aChangeRequestSCMHead
.Interface to allow declaring mixin interfaces forSCMHead
subclasses. -