Uses of Interface
jenkins.scm.api.mixin.ChangeRequestSCMHead
Packages that use 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
Classes in jenkins.scm.api.mixin with type parameters of type ChangeRequestSCMHeadModifier and TypeClassDescriptionclass
ChangeRequestSCMRevision<H extends SCMHead & ChangeRequestSCMHead>
Recommended base class for theSCMRevision
of aChangeRequestSCMHead
.Subinterfaces of ChangeRequestSCMHead in jenkins.scm.api.mixinModifier 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.