Uses of Class
jenkins.scm.api.trait.SCMHeadPrefilter
Packages that use SCMHeadPrefilter
Package
Description
An API/SPI to allow the sharing of common traits between different
SCMSource and
SCMNavigator implementations.-
Uses of SCMHeadPrefilter in jenkins.scm.api.trait
Methods in jenkins.scm.api.trait that return types with arguments of type SCMHeadPrefilterModifier and TypeMethodDescriptionfinal List<SCMHeadPrefilter>SCMSourceContext.prefilters()Returns the (possibly empty) list ofSCMSourceRequestindependent pre-filters.Methods in jenkins.scm.api.trait with parameters of type SCMHeadPrefilterModifier and TypeMethodDescriptionfinal CSCMSourceContext.withPrefilter(SCMHeadPrefilter prefilter) Adds an additionalSCMHeadPrefilter.