nebula.test.functional.PreExecutionAction.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;
import java.io.File;
import java.util.List;
/**
* Executes actions before gradle is called.
*/
interface PreExecutionAction {
void execute(File projectDir, List arguments, List jvmArguments);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy