-
Notifications
You must be signed in to change notification settings - Fork 0
Class.Command
@decentm/concourse-ts / Command
Defined in: components/command.ts:7
https://concourse-ci.org/tasks.html#schema.command
new Command(
customise
?):Command
Defined in: components/command.ts:25
https://concourse-ci.org/tasks.html#schema.command
(instance
) => void
optional
dir:string
Defined in: components/command.ts:56
https://concourse-ci.org/tasks.html#schema.command.dir
optional
path:string
Defined in: components/command.ts:38
https://concourse-ci.org/tasks.html#schema.command.path
optional
user:string
Defined in: components/command.ts:61
https://concourse-ci.org/tasks.html#schema.command.user
add_arg(
arg
):void
Defined in: components/command.ts:49
Adds an argument to this Command
https://concourse-ci.org/tasks.html#schema.command.args
string
void
serialise():
Command
Defined in: components/command.ts:68
Converts this Command to its JSON representation
static
customise(customise
):void
Defined in: components/command.ts:16
Customises every Command created after calling this function. If called multiple times, only the last call will have an effect.
(instance
) => void
void