Package | Description |
---|---|
com.google.api.services.cloudbuild.v2.model |
Modifier and Type | Method and Description |
---|---|
TaskRef |
TaskRef.clone() |
TaskRef |
PipelineTask.getTaskRef()
Reference to a specific instance of a task.
|
TaskRef |
TaskRef.set(String fieldName,
Object value) |
TaskRef |
TaskRef.setName(String name)
Optional.
|
TaskRef |
TaskRef.setParams(List<Param> params)
Params contains the parameters used to identify the referenced Tekton resource.
|
TaskRef |
TaskRef.setResolver(String resolver)
Resolver is the name of the resolver that should perform resolution of the referenced Tekton
resource.
|
Modifier and Type | Method and Description |
---|---|
PipelineTask |
PipelineTask.setTaskRef(TaskRef taskRef)
Reference to a specific instance of a task.
|
Copyright © 2011–2025 Google. All rights reserved.