stages

@JvmName(name = "kwbnkfukumabkakj")
suspend fun stages(value: Output<List<StageArgs>>)
@JvmName(name = "jmkkoutuhcduxide")
suspend fun stages(value: List<StageArgs>?)

Parameters

value

Each stage specifies configuration for a Target. The ordering of this list defines the promotion flow.


@JvmName(name = "lgbfngmfhebjiips")
suspend fun stages(vararg values: Output<StageArgs>)


@JvmName(name = "hnatyqpwohnmotaj")
suspend fun stages(values: List<Output<StageArgs>>)
@JvmName(name = "jvnmewgtbayebjva")
suspend fun stages(vararg values: StageArgs)

Parameters

values

Each stage specifies configuration for a Target. The ordering of this list defines the promotion flow.


@JvmName(name = "uldmspihkueopeyw")
suspend fun stages(argument: List<suspend StageArgsBuilder.() -> Unit>)
@JvmName(name = "mulorscgwddcopst")
suspend fun stages(vararg argument: suspend StageArgsBuilder.() -> Unit)
@JvmName(name = "lfeynganjlnhobes")
suspend fun stages(argument: suspend StageArgsBuilder.() -> Unit)

Parameters

argument

Each stage specifies configuration for a Target. The ordering of this list defines the promotion flow.