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

nebula.test.functional.internal.GradleHandleFactory.groovy Maven / Gradle / Ivy

package nebula.test.functional.internal;

public interface GradleHandleFactory {

    GradleHandle start(File dir, List arguments);

    GradleHandle start(File dir, List arguments, List jvmArguments);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy