PipelineConditionResponse

data class PipelineConditionResponse(val pipelineReadyCondition: PipelineReadyConditionResponse, val targetsPresentCondition: TargetsPresentConditionResponse, val targetsTypeCondition: TargetsTypeConditionResponse)

PipelineCondition contains all conditions relevant to a Delivery Pipeline.

Constructors

Link copied to clipboard
fun PipelineConditionResponse(pipelineReadyCondition: PipelineReadyConditionResponse, targetsPresentCondition: TargetsPresentConditionResponse, targetsTypeCondition: TargetsTypeConditionResponse)

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.