Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::SerialPipeline.
SerialPipeline defines a sequential set of stages for a DeliveryPipeline
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#stages
def stages() -> ::Array<::Google::Cloud::Deploy::V1::Stage>
Returns
-
(::Array<::Google::Cloud::Deploy::V1::Stage>) — Each stage specifies configuration for a
Target
. The ordering of this list defines the promotion flow.
#stages=
def stages=(value) -> ::Array<::Google::Cloud::Deploy::V1::Stage>
Parameter
-
value (::Array<::Google::Cloud::Deploy::V1::Stage>) — Each stage specifies configuration for a
Target
. The ordering of this list defines the promotion flow.
Returns
-
(::Array<::Google::Cloud::Deploy::V1::Stage>) — Each stage specifies configuration for a
Target
. The ordering of this list defines the promotion flow.