Uses of Class
jenkins.scm.api.SCMHeadOrigin
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.-
Uses of SCMHeadOrigin in jenkins.scm.api
Modifier and TypeClassDescriptionstatic final class
The default origin.static class
A named fork. -
Uses of SCMHeadOrigin in jenkins.scm.api.mixin
-
Uses of SCMHeadOrigin in jenkins.scm.api.trait
Modifier and TypeMethodDescriptionboolean
SCMHeadAuthorityDescriptor.isApplicableToOrigin
(SCMHeadOrigin origin) Checks if thisSCMHeadAuthorityDescriptor
is applicable to the suppliedSCMHeadOrigin
.Modifier and TypeMethodDescriptionboolean
SCMHeadAuthorityDescriptor.isApplicableToOrigin
(Class<? extends SCMHeadOrigin> originClass) Checks if thisSCMHeadAuthorityDescriptor
is applicable to the suppliedSCMHeadOrigin
.