onSuccess

@JvmName(name = "nfbrnsnwaoahnhdp")
suspend fun onSuccess(value: Output<PipelineStageOnSuccessArgs>)
@JvmName(name = "ugwlydhcwrybbgvl")
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 = "lutqowpglltsiswb")
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.