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

Properties

Link copied to clipboard

Details around the Pipeline's overall status.

Link copied to clipboard

Details around targets enumerated in the pipeline.

Link copied to clipboard

Details on the whether the targets enumerated in the pipeline are of the same type.