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 TypeClassDescriptionclass
SCMNavigatorContext<C extends SCMNavigatorContext<C,
R>, R extends SCMNavigatorRequest> Represents the context within which aSCMNavigator
is processing requests.Methods in jenkins.scm.api.trait with parameters of type SCMNavigatorRequestModifier and TypeMethodDescriptionabstract boolean
SCMSourceFilter.isExcluded
(SCMNavigatorRequest request, String projectName) Checks if the supplied project name is excluded from the specifiedSCMNavigatorRequest
.SCMSourceBuilder.withRequest
(SCMNavigatorRequest request) Apply theSCMNavigatorRequest
to thisSCMSourceBuilder
.