Class PipelineCondition (1.1.0)

public sealed class PipelineCondition : IMessage<PipelineCondition>, IEquatable<PipelineCondition>, IDeepCloneable<PipelineCondition>, IBufferMessage, IMessage

PipelineCondition contains all conditions relevant to a Delivery Pipeline.

Inheritance

Object > PipelineCondition

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

PipelineCondition()

public PipelineCondition()

PipelineCondition(PipelineCondition)

public PipelineCondition(PipelineCondition other)
Parameter
NameDescription
otherPipelineCondition

Properties

PipelineReadyCondition

public PipelineReadyCondition PipelineReadyCondition { get; set; }

Details around the Pipeline's overall status.

Property Value
TypeDescription
PipelineReadyCondition

TargetsPresentCondition

public TargetsPresentCondition TargetsPresentCondition { get; set; }

Detalis around targets enumerated in the pipeline.

Property Value
TypeDescription
TargetsPresentCondition