Uses of Class
jenkins.scm.api.SCMHeadOrigin
Packages that use 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
Subclasses of SCMHeadOrigin in jenkins.scm.apiModifier and TypeClassDescriptionstatic final classThe default origin.static classA named fork.Methods in jenkins.scm.api that return SCMHeadOrigin -
Uses of SCMHeadOrigin in jenkins.scm.api.mixin
Methods in jenkins.scm.api.mixin that return SCMHeadOrigin -
Uses of SCMHeadOrigin in jenkins.scm.api.trait
Methods in jenkins.scm.api.trait with parameters of type SCMHeadOriginModifier and TypeMethodDescriptionbooleanSCMHeadAuthorityDescriptor.isApplicableToOrigin(SCMHeadOrigin origin) Checks if thisSCMHeadAuthorityDescriptoris applicable to the suppliedSCMHeadOrigin.Method parameters in jenkins.scm.api.trait with type arguments of type SCMHeadOriginModifier and TypeMethodDescriptionbooleanSCMHeadAuthorityDescriptor.isApplicableToOrigin(Class<? extends SCMHeadOrigin> originClass) Checks if thisSCMHeadAuthorityDescriptoris applicable to the suppliedSCMHeadOrigin.