Running a script on a JVM-based scripting language in a separate JVM.
- is a class that implements the ForkedJvmScript interface, - is class that implements the {@Link JvmScript} interface.| Type Params | Return Type | Name and description |
|---|---|---|
|
T |
script(Action<ScriptSpec> configurator)Configures the script specification. |
|
T |
script(groovy.lang.Closure<?> specConfigurator)Configures script elements by Groovy closure. |
| Methods inherited from class | Name |
|---|---|
interface ForkedJvmExecutable |
entrypoint, entrypoint, jvm, jvm, process, process, runnerSpec, runnerSpec |
Configures the script specification.
configurator - Action to configure the script.Configures script elements by Groovy closure.
specConfigurator - Configurating closure.this