nebula.test.functional.internal.GradleHandleFactory.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nebula-test Show documentation
Show all versions of nebula-test Show documentation
Test harness for Gradle plugins
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