Uses of Class
jenkins.scm.api.trait.SCMSourcePrefilter
Packages that use 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
Methods in jenkins.scm.api.trait that return types with arguments of type SCMSourcePrefilterModifier and TypeMethodDescriptionfinal List<SCMSourcePrefilter>SCMNavigatorContext.prefilters()Returns the (possibly empty) list ofSCMNavigatorRequestindependent pre-filters.Methods in jenkins.scm.api.trait with parameters of type SCMSourcePrefilterModifier and TypeMethodDescriptionfinal CSCMNavigatorContext.withPrefilter(SCMSourcePrefilter prefilter) Adds the suppliedSCMSourcePrefilter.