onSuccess

@JvmName(name = "amklkmaugakrvatk")
suspend fun onSuccess(value: Output<PipelineStageOnSuccessArgs>)
@JvmName(name = "oadrbbspxnbwcwup")
suspend fun onSuccess(value: PipelineStageOnSuccessArgs?)

Parameters

value

The method to use when a stage has succeeded. For example, configuring this field for conditions will allow the stage to succeed when the conditions are met.


@JvmName(name = "qkkoebundxudulxh")
suspend fun onSuccess(argument: suspend PipelineStageOnSuccessArgsBuilder.() -> Unit)

Parameters

argument

The method to use when a stage has succeeded. For example, configuring this field for conditions will allow the stage to succeed when the conditions are met.