rules
Parameters
value
The rules that make up the condition. Defined as a rule
block below.
Parameters
values
The rules that make up the condition. Defined as a rule
block below.
suspend fun rules(argument: List<suspend PipelineStageOnFailureConditionRuleArgsBuilder.() -> Unit>)
suspend fun rules(vararg argument: suspend PipelineStageOnFailureConditionRuleArgsBuilder.() -> Unit)
Parameters
argument
The rules that make up the condition. Defined as a rule
block below.