public class LocalFileSCMSourceCriteria extends Object
| Constructor and Description |
|---|
LocalFileSCMSourceCriteria() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
matches(String localFile,
jenkins.scm.api.SCMSourceCriteria.Probe probe,
hudson.model.TaskListener taskListener) |
public static boolean matches(String localFile, jenkins.scm.api.SCMSourceCriteria.Probe probe, hudson.model.TaskListener taskListener) throws IOException
localFile - 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 taskIOExceptionCopyright © 2016–2020. All rights reserved.