class Google::Apis::ClouddeployV1::SerialPipeline

SerialPipeline defines a sequential set of stages for a ‘DeliveryPipeline`.

Attributes

stages[RW]

Each stage specifies configuration for a ‘Target`. The ordering of this list defines the promotion flow. Corresponds to the JSON property `stages` @return [Array<Google::Apis::ClouddeployV1::Stage>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/clouddeploy_v1/classes.rb, line 1421
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/clouddeploy_v1/classes.rb, line 1426
def update!(**args)
  @stages = args[:stages] if args.key?(:stages)
end