actions

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "wsgtyemtmitncplj")
suspend fun actions(argument: List<suspend PipelineStageActionArgsBuilder.() -> Unit>)
@JvmName(name = "shfqwwgfdpbafdlf")
suspend fun actions(vararg argument: suspend PipelineStageActionArgsBuilder.() -> Unit)
@JvmName(name = "xmcltdmvynxtslxh")
suspend fun actions(argument: suspend PipelineStageActionArgsBuilder.() -> Unit)

Parameters

argument

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