Package | Description |
---|---|
com.google.api.services.cloudbuild.v2.model |
Modifier and Type | Method and Description |
---|---|
TaskSpec |
TaskSpec.clone() |
TaskSpec |
EmbeddedTask.getTaskSpec()
Spec to instantiate this TaskRun.
|
TaskSpec |
TaskSpec.set(String fieldName,
Object value) |
TaskSpec |
TaskSpec.setDescription(String description)
Description of the task.
|
TaskSpec |
TaskSpec.setManagedSidecars(List<String> managedSidecars)
Sidecars that run alongside the Task’s step containers that should be added to this Task.
|
TaskSpec |
TaskSpec.setParams(List<ParamSpec> params)
List of parameters.
|
TaskSpec |
TaskSpec.setResults(List<TaskResult> results)
Values that this Task can output.
|
TaskSpec |
TaskSpec.setSidecars(List<Sidecar> sidecars)
Sidecars that run alongside the Task's step containers.
|
TaskSpec |
TaskSpec.setSteps(List<Step> steps)
Steps of the task.
|
TaskSpec |
TaskSpec.setStepTemplate(StepTemplate stepTemplate)
Optional.
|
TaskSpec |
TaskSpec.setVolumes(List<VolumeSource> volumes)
A collection of volumes that are available to mount into steps.
|
TaskSpec |
TaskSpec.setWorkspaces(List<WorkspaceDeclaration> workspaces)
The volumes that this Task requires.
|
Modifier and Type | Method and Description |
---|---|
EmbeddedTask |
EmbeddedTask.setTaskSpec(TaskSpec taskSpec)
Spec to instantiate this TaskRun.
|
Copyright © 2011–2025 Google. All rights reserved.