com.lesfurets.jenkins.unit.global.lib.SourceRetriever.groovy Maven / Gradle / Ivy
package com.lesfurets.jenkins.unit.global.lib
import groovy.transform.CompileStatic
@CompileStatic
interface SourceRetriever {
public static final int CLONE_TIMEOUT = 10
List retrieve(String repository, String branch, String targetPath) throws IllegalStateException
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy