Class LocalMarkerSCMSourceCriteria

java.lang.Object
org.jenkinsci.plugins.workflow.multibranch.extended.scm.LocalMarkerSCMSourceCriteria

public class LocalMarkerSCMSourceCriteria extends Object
  • 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 recognised
      probe - the Probe being used for the current SCM Criteria
      taskListener - the listener for the current scan task
      Returns:
      Throws:
      IOException