GoogleApi.CloudBuild.V2.Model.ChildStatusReference (google_api_cloud_build v0.54.0)
View SourceChildStatusReference is used to point to the statuses of individual TaskRuns and Runs within this PipelineRun.
Attributes
-
name(type:String.t, default:nil) - Name is the name of the TaskRun or Run this is referencing. -
pipelineTaskName(type:String.t, default:nil) - PipelineTaskName is the name of the PipelineTask this is referencing. -
type(type:String.t, default:nil) - Output only. Type of the child reference. -
whenExpressions(type:list(GoogleApi.CloudBuild.V2.Model.WhenExpression.t), default:nil) - WhenExpressions is the list of checks guarding the execution of the PipelineTask
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudBuild.V2.Model.ChildStatusReference{ name: String.t() | nil, pipelineTaskName: String.t() | nil, type: String.t() | nil, whenExpressions: [GoogleApi.CloudBuild.V2.Model.WhenExpression.t()] | nil }