@groovy.transform.CompileStatic final enum ExecutionMode extends Enum<E<E>>
Method to execution an application on the JVM
Modifiers | Name | Description |
---|---|---|
static ExecutionMode |
CLASSPATH |
|
static ExecutionMode |
JAVA_EXEC |
|
static ExecutionMode |
MAX_VALUE |
|
static ExecutionMode |
MIN_VALUE |
|
static ExecutionMode |
OUT_OF_PROCESS |
Type Params | Return Type | Name and description |
---|---|---|
|
ExecutionMode |
next() |
|
static ExecutionMode |
of(WorkerIsolation wi) Construct an execution mode from a worker isolation mode. |
|
ExecutionMode |
previous() |
|
static ExecutionMode |
valueOf(String name) |
|
static final ExecutionMode[] |
values() |
|
WorkerIsolation |
workerIsolation() If the execution mode is worker related, return the appropriate isolation mode |
Construct an execution mode from a worker isolation mode.
wi
- Worker isolation.If the execution mode is worker related, return the appropriate isolation mode