All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nebula.plugin.stash.util.ExternalProcess.groovy Maven / Gradle / Ivy

There is a newer version: 9.0.0
Show newest version
package nebula.plugin.stash.util

interface ExternalProcess {
    String execute(String command, String workingDirStr)
    String execute(String command, String workingDirStr, boolean ignoreExitCode)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy