-
Notifications
You must be signed in to change notification settings - Fork 0
Class.LoadVarStep
@decentm/concourse-ts / LoadVarStep
Defined in: components/step/load-var.ts:11
-
Step
<LoadVarStep
>
new LoadVarStep(
name
,customise
?):LoadVarStep
Defined in: components/step/load-var.ts:18
string
(instance
) => void
Step<Type.LoadVarStep>.constructor
attempts:
number
Defined in: components/step/base.ts:68
https://concourse-ci.org/attempts-step.html
Step.attempts
optional
file:string
Defined in: components/step/load-var.ts:35
optional
format:"json"
|"yaml"
|"yml"
|"trim"
|"raw"
Defined in: components/step/load-var.ts:37
optional
load_var:string
Defined in: components/step/load-var.ts:33
name:
string
Defined in: components/step/load-var.ts:19
Step.name
reveal:
boolean
Defined in: components/step/load-var.ts:39
get var():
Var
Defined in: components/step/load-var.ts:41
add_across(...
across
):void
Defined in: components/step/base.ts:50
https://concourse-ci.org/across-step.html
...Across
<Identifier
>[]
The modifier to add
void
Step.add_across
add_ensure(
step
):void
Defined in: components/step/base.ts:234
Adds a step to always be run after this one.
https://concourse-ci.org/ensure-hook.html
void
Step.add_ensure
add_on_abort(
step
):void
Defined in: components/step/base.ts:219
Adds a step to be run after this one is aborted.
https://concourse-ci.org/on-abort-hook.html
void
Step.add_on_abort
add_on_error(
step
):void
Defined in: components/step/base.ts:204
Adds a step to be run after this one errors.
https://concourse-ci.org/on-error-hook.html
void
Step.add_on_error
add_on_failure(
step
):void
Defined in: components/step/base.ts:189
Adds a step to be run after this one fails.
https://concourse-ci.org/on-failure-hook.html
void
Step.add_on_failure
add_on_success(
step
):void
Defined in: components/step/base.ts:174
Adds a step to be run after this one succeeds.
https://concourse-ci.org/on-success-step.html
void
Step.add_on_success
add_tag(...
tags
):void
Defined in: components/step/base.ts:159
https://concourse-ci.org/tags-step.html
...string
[]
void
Step.add_tag
set_timeout(
timeout
):void
Defined in: components/step/base.ts:61
https://concourse-ci.org/timeout-step.html
void
Step.set_timeout
static
customise(init
):void
Defined in: components/step/load-var.ts:14
(instance
) => void
void
static
customise_base(init
):void
Defined in: components/step/base.ts:21
Customises the base of all Steps constructed after calling this function
(instance
) => void
void
Step.customise_base