Package jenkins.scm.api.trait
Class SCMSourceFilter
java.lang.Object
jenkins.scm.api.trait.SCMSourceFilter
A
SCMNavigatorRequest
dependent filter of project names. Typically these filters may need to
make remote requests in order to determine exclusion.
If multiple filters are used, if any exclude then the project name is excluded.- Since:
- 3.4.0
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
isExcluded
(SCMNavigatorRequest request, String projectName) Checks if the supplied project name is excluded from the specifiedSCMNavigatorRequest
.
-
Constructor Details
-
SCMSourceFilter
public SCMSourceFilter()
-
-
Method Details