@groovy.transform.CompileStatic class BaseScriptDefinition extends AbstractCmdlineArgumentSpec implements BaseScriptSpec, CmdlineArgumentSpec
Defines a base class for implementing a basic script definition.
| Modifiers | Name | Description |
|---|---|---|
class |
BaseScriptDefinition.1 |
|
class |
BaseScriptDefinition.2 |
| Constructor and description |
|---|
BaseScriptDefinition
(ConfigCacheSafeOperations po)A base definition of a script to be executed. |
BaseScriptDefinition
(ProjectOperations po) |
| Methods inherited from class | Name |
|---|---|
class AbstractCmdlineArgumentSpec |
addCommandLineArgumentProviders, args, args, getAllArgs, getArgs, getCommandLineArgumentProviders, getPreArgs, setArgs, setArgs |
A base definition of a script to be executed.
po - Configuration-cache safe operations.A provider to arguments that will be inserted before any supplied arguments.
Sets the name of the script to use.
lazyName - Lazy evaluated name. Needs to evaluate to a string.Groovy Documentation