PipelineBeforeEntryConditionsArgs

data class PipelineBeforeEntryConditionsArgs(val conditions: Output<List<PipelineConditionArgs>>? = null) : ConvertibleToJava<PipelineBeforeEntryConditionsArgs>

The configuration that specifies the rules to run before stage starts.

Constructors

Link copied to clipboard
constructor(conditions: Output<List<PipelineConditionArgs>>? = null)

Properties

Link copied to clipboard
val conditions: Output<List<PipelineConditionArgs>>? = null

The conditions that are configured as entry conditions.

Functions

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