Package jenkins.scm.api.trait
Class SCMSourcePrefilter
java.lang.Object
jenkins.scm.api.trait.SCMSourcePrefilter
A
SCMNavigatorRequest
independent filter of project names. These filters may not make remote
requests in order to determine exclusion.
If multiple filters are used, if any exclude then the project name is excluded.
The SCMSourcePrefilter
instances are applied before SCMSourceFilter
instances in order to minimize
remote requests.- Since:
- 3.4.0
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
isExcluded
(SCMNavigator source, String projectName) Checks if the supplied project name is excluded from the specifiedSCMNavigator
.
-
Constructor Details
-
SCMSourcePrefilter
public SCMSourcePrefilter()
-
-
Method Details