Class LocalMarkerSCMSourceCriteria
java.lang.Object
org.jenkinsci.plugins.workflow.multibranch.extended.scm.LocalMarkerSCMSourceCriteria
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanmatches(String localMarker, jenkins.scm.api.SCMSourceCriteria.Probe probe, TaskListener taskListener)
-
Constructor Details
-
LocalMarkerSCMSourceCriteria
public LocalMarkerSCMSourceCriteria()
-
-
Method Details
-
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
-