GoogleApi.CloudBuild.V2.Model.SkippedTask (google_api_cloud_build v0.54.0)
View SourceSkippedTask is used to describe the Tasks that were skipped due to their When Expressions evaluating to False.
Attributes
-
name(type:String.t, default:nil) - Name is the Pipeline Task name -
reason(type:String.t, default:nil) - Output only. Reason is the cause of the PipelineTask being skipped. -
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.SkippedTask{ name: String.t() | nil, reason: String.t() | nil, whenExpressions: [GoogleApi.CloudBuild.V2.Model.WhenExpression.t()] | nil }