steps

@JvmName(name = "hrebclpqwseypuut")
suspend fun steps(value: Output<List<StepArgs>>)
@JvmName(name = "wbpklfifenlvqpeb")
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 = "qmuylvpylsdmciia")
suspend fun steps(vararg values: Output<StepArgs>)


@JvmName(name = "msyaqpylorpctlli")
suspend fun steps(values: List<Output<StepArgs>>)
@JvmName(name = "mrdfdjulhwsvdyik")
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 = "mdflmnxjuhtytsca")
suspend fun steps(argument: List<suspend StepArgsBuilder.() -> Unit>)
@JvmName(name = "imtbqnalotrqtwyd")
suspend fun steps(vararg argument: suspend StepArgsBuilder.() -> Unit)
@JvmName(name = "yyhlpyommmylryjf")
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.