Package | Description |
---|---|
com.google.api.services.cloudbuild.v2.model |
Modifier and Type | Method and Description |
---|---|
TaskResult |
TaskResult.clone() |
TaskResult |
TaskResult.set(String fieldName,
Object value) |
TaskResult |
TaskResult.setDescription(String description)
Description of the result.
|
TaskResult |
TaskResult.setName(String name)
Name of the result.
|
TaskResult |
TaskResult.setProperties(Map<String,PropertySpec> properties)
When type is OBJECT, this map holds the names of fields inside that object along with the type
of data each field holds.
|
TaskResult |
TaskResult.setType(String type)
The type of data that the result holds.
|
TaskResult |
TaskResult.setValue(ParamValue value)
Optional.
|
Modifier and Type | Method and Description |
---|---|
List<TaskResult> |
TaskSpec.getResults()
Values that this Task can output.
|
Modifier and Type | Method and Description |
---|---|
TaskSpec |
TaskSpec.setResults(List<TaskResult> results)
Values that this Task can output.
|
Copyright © 2011–2025 Google. All rights reserved.