Method to execution an application on the JVM
| Enum constant | Description |
|---|---|
CLASSPATH |
|
JAVA_EXEC |
|
OUT_OF_PROCESS |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static ExecutionMode |
of(WorkerIsolation wi)Construct an execution mode from a worker isolation mode. |
|
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