Uses of Class
jenkins.scm.api.trait.SCMSourcePrefilter
Package
Description
An API/SPI to allow the sharing of common traits between different
SCMSource
and
SCMNavigator
implementations.-
Uses of SCMSourcePrefilter in jenkins.scm.api.trait
Modifier and TypeMethodDescriptionfinal List<SCMSourcePrefilter>
SCMNavigatorContext.prefilters()
Returns the (possibly empty) list ofSCMNavigatorRequest
independent pre-filters.Modifier and TypeMethodDescriptionfinal C
SCMNavigatorContext.withPrefilter
(SCMSourcePrefilter prefilter) Adds the suppliedSCMSourcePrefilter
.