PipelineBeforeEntryConditions

data class PipelineBeforeEntryConditions(val conditions: List<PipelineCondition>? = null)

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The conditions that are configured as entry conditions.