View Source GoogleApi.CloudBuild.V2.Model.SkippedTask (google_api_cloud_build v0.50.1)

SkippedTask 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.