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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract booleanisExcluded(SCMNavigatorRequest request, String projectName) Checks if the supplied project name is excluded from the specifiedSCMNavigatorRequest.
- 
Constructor Details- 
SCMSourceFilterpublic SCMSourceFilter()
 
- 
- 
Method Details