public interface ExecutableScript<T extends ExecutableScript<T>> extends Executable
Describes a script-based executable.
| Methods inherited from class | Name |
|---|---|
interface Executable |
entrypoint, entrypoint, process, process, runnerSpec, runnerSpec |
Configures the script along with its arguments.
configurator - An action to configure the scriptConfigures script elements by Groovy closure.
specConfigurator - Configurating closure.