PipelineStageBeforeEntryConditionArgs

data class PipelineStageBeforeEntryConditionArgs(val result: Output<String>? = null, val rules: Output<List<PipelineStageBeforeEntryConditionRuleArgs>>) : ConvertibleToJava<PipelineStageBeforeEntryConditionArgs>

Constructors

Link copied to clipboard
constructor(result: Output<String>? = null, rules: Output<List<PipelineStageBeforeEntryConditionRuleArgs>>)

Properties

Link copied to clipboard
val result: Output<String>? = null

The action to be done when the condition is met. For example, rolling back an execution for a failure condition. Possible values are ROLLBACK, FAIL, RETRY and SKIP.

Link copied to clipboard

The rules that make up the condition. Defined as a rule block below.

Functions

Link copied to clipboard
open override fun toJava(): PipelineStageBeforeEntryConditionArgs