Package | Description |
---|---|
com.google.api.services.cloudbuild.v2.model |
Modifier and Type | Method and Description |
---|---|
ChildStatusReference |
ChildStatusReference.clone() |
ChildStatusReference |
ChildStatusReference.set(String fieldName,
Object value) |
ChildStatusReference |
ChildStatusReference.setName(String name)
Name is the name of the TaskRun or Run this is referencing.
|
ChildStatusReference |
ChildStatusReference.setPipelineTaskName(String pipelineTaskName)
PipelineTaskName is the name of the PipelineTask this is referencing.
|
ChildStatusReference |
ChildStatusReference.setType(String type)
Output only.
|
ChildStatusReference |
ChildStatusReference.setWhenExpressions(List<WhenExpression> whenExpressions)
WhenExpressions is the list of checks guarding the execution of the PipelineTask
|
Modifier and Type | Method and Description |
---|---|
List<ChildStatusReference> |
PipelineRun.getChildReferences()
Output only.
|
Modifier and Type | Method and Description |
---|---|
PipelineRun |
PipelineRun.setChildReferences(List<ChildStatusReference> childReferences)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.