GoogleApi.CloudDeploy.V1.Model.SerialPipeline (google_api_cloud_deploy v0.2.0) View Source
SerialPipeline defines a sequential set of stages for a DeliveryPipeline
.
Attributes
-
stages
(type:list(GoogleApi.CloudDeploy.V1.Model.Stage.t)
, default:nil
) - Each stage specifies configuration for aTarget
. The ordering of this list defines the promotion flow.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudDeploy.V1.Model.SerialPipeline{ stages: [GoogleApi.CloudDeploy.V1.Model.Stage.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.