Class LocalMarkerSCMSourceCriteria


  • public class LocalMarkerSCMSourceCriteria
    extends Object
    • Constructor Detail

      • LocalMarkerSCMSourceCriteria

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