PipelineCondition

data class PipelineCondition(val result: String? = null, val rules: List<PipelineRuleDeclaration>? = null)

Represents information about condition.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val result: String? = null

The specified result for when the failure conditions are met, such as rolling back the stage

Link copied to clipboard

The rules that make up the condition.