-
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/docs/tasks/#command-schema
new Command(
customise?):Command
Defined in: components/command.ts:25
https://concourse-ci.org/docs/tasks/#command-schema
(instance) => void
add_args(...
arg):void
Defined in: components/command.ts:53
Adds arguments to this Command
https://concourse-ci.org/docs/tasks/#command-schema
...string[]
void
add_args_before(...
arg):void
Defined in: components/command.ts:64
Adds arguments before the existing arguments to this Command.
https://concourse-ci.org/docs/tasks/#command-schema
...string[]
void
serialise():
Command
Defined in: components/command.ts:91
Converts this Command to its JSON representation
set_dir(
dir):void
Defined in: components/command.ts:73
https://concourse-ci.org/docs/tasks/#command-schema
string
void
set_path(
path):void
Defined in: components/command.ts:40
https://concourse-ci.org/docs/tasks/#command-schema
string
void
set_user(
user):void
Defined in: components/command.ts:82
https://concourse-ci.org/docs/tasks/#command-schema
string
void
staticcustomise(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