Show / Hide Table of Contents

Class SkippedTask

SkippedTask is used to describe the Tasks that were skipped due to their When Expressions evaluating to False.

Inheritance
object
SkippedTask
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class SkippedTask : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Name is the Pipeline Task name

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Reason

Output only. Reason is the cause of the PipelineTask being skipped.

Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
Type Description
string

WhenExpressions

WhenExpressions is the list of checks guarding the execution of the PipelineTask

Declaration
[JsonProperty("whenExpressions")]
public virtual IList<WhenExpression> WhenExpressions { get; set; }
Property Value
Type Description
IList<WhenExpression>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX