Uses of Interface
jenkins.scm.api.mixin.ChangeRequestSCMHead
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 ChangeRequestSCMHead in jenkins.scm.api.mixin
Modifier and TypeClassDescriptionclass
ChangeRequestSCMRevision<H extends SCMHead & ChangeRequestSCMHead>
Recommended base class for theSCMRevision
of aChangeRequestSCMHead
.Modifier and TypeInterfaceDescriptioninterface
Additional attributes of aChangeRequestSCMHead
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 ugly2
class instead.