Class: Google::Cloud::Deploy::V1::SerialPipeline
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::SerialPipeline
- 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
-
#stages ⇒ ::Array<::Google::Cloud::Deploy::V1::Stage>
Each stage specifies configuration for a
Target
.
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.
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 |