Class SCMHeadFilter

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

public abstract class SCMHeadFilter extends Object
A SCMSourceRequest dependent filter of SCMHead instances. Typically these filters may need to make remote requests in order to determine exclusion. If multiple filters are used, if any exclude then the head is excluded.
Since:
3.4.0
See Also: