DeliveryPipelineCondition

data class DeliveryPipelineCondition(val pipelineReadyConditions: List<DeliveryPipelineConditionPipelineReadyCondition>? = null, val targetsPresentConditions: List<DeliveryPipelineConditionTargetsPresentCondition>? = null, val targetsTypeConditions: List<DeliveryPipelineConditionTargetsTypeCondition>? = null)

Constructors

Link copied to clipboard
constructor(pipelineReadyConditions: List<DeliveryPipelineConditionPipelineReadyCondition>? = null, targetsPresentConditions: List<DeliveryPipelineConditionTargetsPresentCondition>? = null, targetsTypeConditions: List<DeliveryPipelineConditionTargetsTypeCondition>? = null)

Types

Link copied to clipboard
object Companion