Class: Google::Cloud::Deploy::V1::SerialPipeline

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

SerialPipeline defines a sequential set of stages for a DeliveryPipeline.

Instance Attribute Summary collapse

Instance Attribute Details

#stages::Array<::Google::Cloud::Deploy::V1::Stage>

Returns Each stage specifies configuration for a Target. The ordering of this list defines the promotion flow.

Returns:



105
106
107
108
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 105

class SerialPipeline
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end