public class AbstractJvmScriptExecTask<T extends AbstractJvmScriptExecSpec<T>> extends AbstractJvmExecTask implements ForkedJvmScript
Configures a task that will run an execution in a forked JVM.
| Constructor and description |
|---|
protected AbstractJvmScriptExecTask
(WorkerExecutor we)JVM exec that can support workers. |
protected AbstractJvmScriptExecTask
()JVM exec that does not support workers. |
| Methods inherited from class | Name |
|---|---|
class AbstractJvmExecTask |
createExecutorFactory, createParameterFactory |
class AbstractJvmModelExecTask |
createExecutorFactory, createParameterFactory, entrypoint, entrypoint, exec, getJvmExecSpec, jvm, jvm, preventExecutionMode, process, process, processOutput, runnerSpec, runnerSpec, setAwaitMode, setExecSpec, setExecutionMode |
class GrolifantDefaultTask |
execTools, fsOperations, jvmTools, projectTools, providerTools, stringTools |
JVM exec that can support workers.
we - WorkerJVM exec that does not support workers.
Configures the script specification.
configurator - Action to configure the script.Configures script elements by Groovy closure.
specConfigurator - Configurating closure.this