Class LocalMarkerSCMSourceCriteria
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.multibranch.extended.scm.LocalMarkerSCMSourceCriteria
-
public class LocalMarkerSCMSourceCriteria extends Object
-
-
Constructor Summary
Constructors Constructor Description LocalMarkerSCMSourceCriteria()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanmatches(String localMarker, jenkins.scm.api.SCMSourceCriteria.Probe probe, TaskListener taskListener)
-
-
-
Method Detail
-
matches
public static boolean matches(String localMarker, jenkins.scm.api.SCMSourceCriteria.Probe probe, TaskListener taskListener) throws IOException
- Parameters:
localMarker- path of an arbitrary local file which must be present for the project to be recognisedprobe- the Probe being used for the current SCM CriteriataskListener- the listener for the current scan task- Returns:
- Throws:
IOException
-
-