Uses of Class
jenkins.scm.api.trait.SCMNavigatorRequest
Packages that use SCMNavigatorRequest
Package
Description
An API/SPI to allow the sharing of common traits between different
SCMSource and
SCMNavigator implementations.-
Uses of SCMNavigatorRequest in jenkins.scm.api.trait
Classes in jenkins.scm.api.trait with type parameters of type SCMNavigatorRequestModifier and TypeClassDescriptionclassSCMNavigatorContext<C extends SCMNavigatorContext<C,R>, R extends SCMNavigatorRequest> Represents the context within which aSCMNavigatoris processing requests.Methods in jenkins.scm.api.trait with parameters of type SCMNavigatorRequestModifier and TypeMethodDescriptionabstract booleanSCMSourceFilter.isExcluded(SCMNavigatorRequest request, String projectName) Checks if the supplied project name is excluded from the specifiedSCMNavigatorRequest.SCMSourceBuilder.withRequest(SCMNavigatorRequest request) Apply theSCMNavigatorRequestto thisSCMSourceBuilder.