Uses of Class
jenkins.scm.api.trait.SCMSourceRequest
Packages that use SCMSourceRequest
Package
Description
An API/SPI to allow the sharing of common traits between different
SCMSource and
SCMNavigator implementations.-
Uses of SCMSourceRequest in jenkins.scm.api.trait
Classes in jenkins.scm.api.trait with type parameters of type SCMSourceRequestModifier and TypeClassDescriptionclassSCMHeadAuthority<S extends SCMSourceRequest,H extends SCMHeadMixin, R extends SCMRevision> Abstraction to allow pluggable definitions of trust forSCMHeadandSCMRevisioninstances in the context of a specificSCMSourceRequest.classSCMSourceContext<C extends SCMSourceContext<C,R>, R extends SCMSourceRequest> Represents the context within which aSCMSourceis processing requests.Methods in jenkins.scm.api.trait with parameters of type SCMSourceRequestModifier and TypeMethodDescriptionfinal booleanSCMHeadAuthority.isApplicableTo(SCMSourceRequest request) Checks if this authority is relevant to the suppliedSCMSourceRequest.booleanSCMHeadAuthorityDescriptor.isApplicableToRequest(SCMSourceRequest request) Checks if thisSCMHeadAuthorityDescriptoris applicable to the suppliedSCMSourceRequest.abstract booleanSCMHeadFilter.isExcluded(SCMSourceRequest request, SCMHead head) Checks if the suppliedSCMHeadis excluded from the specifiedSCMSourceRequest.final booleanSCMHeadAuthority.isTrusted(SCMSourceRequest request, SCMHead head) Checks if the suppliedSCMHeadis trusted in the context of the specifiedSCMSourceRequest.final booleanSCMHeadAuthority.isTrusted(SCMSourceRequest request, SCMRevision revision) Checks if the suppliedSCMRevisionis trusted in the context of the specifiedSCMSourceRequest.Method parameters in jenkins.scm.api.trait with type arguments of type SCMSourceRequestModifier and TypeMethodDescriptionstatic List<SCMHeadAuthorityDescriptor>SCMHeadAuthority._for(Class<? extends SCMSourceRequest> requestClass, Class<? extends SCMHeadMixin> headClass, Class<? extends SCMRevision> revisionClass, Class<? extends SCMHeadOrigin>... origins) Returns the subset ofSCMHeadAuthorityDescriptorinstances applicable to the supplied criteria.booleanSCMHeadAuthorityDescriptor.isApplicableToRequest(Class<? extends SCMSourceRequest> requestClass) Checks if thisSCMHeadAuthorityDescriptoris applicable to the supplied type ofSCMSourceRequest.