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

io.digdag.spi.CommandExecutor Maven / Gradle / Ivy

package io.digdag.spi;

import java.io.IOException;
import java.nio.file.Path;

public interface CommandExecutor
{
    Process start(Path projectPath, TaskRequest request, ProcessBuilder pb)
        throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy