steps

@JvmName(name = "aqwontskkuntibhd")
suspend fun steps(value: Output<List<StepArgs>>)
@JvmName(name = "bqarjumgcygafkvy")
suspend fun steps(value: List<StepArgs>?)

Parameters

value

Exactly one of step or steps_location should be specified. The top-level steps that constitute the entire job. Only retrieved with JOB_VIEW_ALL.


@JvmName(name = "ohohpsdjgamofgjn")
suspend fun steps(vararg values: Output<StepArgs>)


@JvmName(name = "oecddiwhjmkexowi")
suspend fun steps(values: List<Output<StepArgs>>)
@JvmName(name = "fwcpsrpgeqfiybjt")
suspend fun steps(vararg values: StepArgs)

Parameters

values

Exactly one of step or steps_location should be specified. The top-level steps that constitute the entire job. Only retrieved with JOB_VIEW_ALL.


@JvmName(name = "bsdrqfkbiklcksex")
suspend fun steps(argument: List<suspend StepArgsBuilder.() -> Unit>)
@JvmName(name = "vxprqljxlvogdkaa")
suspend fun steps(vararg argument: suspend StepArgsBuilder.() -> Unit)
@JvmName(name = "iapbaabfoggtftwa")
suspend fun steps(argument: suspend StepArgsBuilder.() -> Unit)

Parameters

argument

Exactly one of step or steps_location should be specified. The top-level steps that constitute the entire job. Only retrieved with JOB_VIEW_ALL.