Uses of Class
jenkins.scm.api.trait.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
Modifier and TypeClassDescriptionclass
SCMNavigatorContext<C extends SCMNavigatorContext<C,
R>, R extends SCMNavigatorRequest> Represents the context within which aSCMNavigator
is processing requests.Modifier 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
.