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, getProjectOperations, jvm, jvm, preventExecutionMode, process, process, runnerSpec, runnerSpec, setAwaitMode, setExecSpec, setExecutionMode |
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