actions

@JvmName(name = "yffxyrqackfxfjmn")
suspend fun actions(value: Output<List<PipelineStageActionArgs>>)
@JvmName(name = "visokvuirddulbep")
suspend fun actions(value: List<PipelineStageActionArgs>)

Parameters

value

The action(s) to include in the stage. Defined as an action block below


@JvmName(name = "fecegqrsyxldwssc")
suspend fun actions(vararg values: Output<PipelineStageActionArgs>)


@JvmName(name = "xqbamksslqgqaqbg")
suspend fun actions(values: List<Output<PipelineStageActionArgs>>)
@JvmName(name = "jtgvnwhlxevgkghk")
suspend fun actions(vararg values: PipelineStageActionArgs)

Parameters

values

The action(s) to include in the stage. Defined as an action block below


@JvmName(name = "wbcqiawthfaheluj")
suspend fun actions(argument: List<suspend PipelineStageActionArgsBuilder.() -> Unit>)
@JvmName(name = "ghxvjkfojhcpswft")
suspend fun actions(vararg argument: suspend PipelineStageActionArgsBuilder.() -> Unit)
@JvmName(name = "oaaiqdavikbvscdg")
suspend fun actions(argument: suspend PipelineStageActionArgsBuilder.() -> Unit)

Parameters

argument

The action(s) to include in the stage. Defined as an action block below