| Package | Description | 
|---|---|
| com.google.api.services.cloudbuild.v2.model | 
| Modifier and Type | Method and Description | 
|---|---|
| WhenExpression | WhenExpression. clone() | 
| WhenExpression | WhenExpression. set(String fieldName,
   Object value) | 
| WhenExpression | WhenExpression. setExpressionOperator(String expressionOperator)Operator that represents an Input's relationship to the values | 
| WhenExpression | WhenExpression. setInput(String input)Input is the string for guard checking which can be a static input or an output from a parent
 Task. | 
| WhenExpression | WhenExpression. setValues(List<String> values)Values is an array of strings, which is compared against the input, for guard checking. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<WhenExpression> | SkippedTask. getWhenExpressions()WhenExpressions is the list of checks guarding the execution of the PipelineTask | 
| List<WhenExpression> | ChildStatusReference. getWhenExpressions()WhenExpressions is the list of checks guarding the execution of the PipelineTask | 
| List<WhenExpression> | PipelineTask. getWhenExpressions()Conditions that need to be true for the task to run. | 
| Modifier and Type | Method and Description | 
|---|---|
| SkippedTask | SkippedTask. setWhenExpressions(List<WhenExpression> whenExpressions)WhenExpressions is the list of checks guarding the execution of the PipelineTask | 
| ChildStatusReference | ChildStatusReference. setWhenExpressions(List<WhenExpression> whenExpressions)WhenExpressions is the list of checks guarding the execution of the PipelineTask | 
| PipelineTask | PipelineTask. setWhenExpressions(List<WhenExpression> whenExpressions)Conditions that need to be true for the task to run. | 
Copyright © 2011–2025 Google. All rights reserved.