@groovy.transform.CompileStatic enum ExecutionMode
Method to execution an application on the JVM
| Enum constant | Description |
|---|---|
CLASSPATH |
|
JAVA_EXEC |
|
OUT_OF_PROCESS |
| Modifiers | Name | Description |
|---|---|---|
static ExecutionMode |
MAX_VALUE |
|
static ExecutionMode |
MIN_VALUE |
| 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
Groovy Documentation