Class SkippedTask
SkippedTask is used to describe the Tasks that were skipped due to their When Expressions evaluating to False.
Implements
Inherited Members
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> |