Class SCMSourceFilter

java.lang.Object
jenkins.scm.api.trait.SCMSourceFilter

public abstract class SCMSourceFilter extends Object
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: