Package | Description |
---|---|
com.google.api.services.cloudbuild.v2.model |
Modifier and Type | Method and Description |
---|---|
PipelineRef |
PipelineRef.clone() |
PipelineRef |
PipelineRun.getPipelineRef()
PipelineRef refer to a specific instance of a Pipeline.
|
PipelineRef |
PipelineRef.set(String fieldName,
Object value) |
PipelineRef |
PipelineRef.setName(String name)
Optional.
|
PipelineRef |
PipelineRef.setParams(List<Param> params)
Params contains the parameters used to identify the referenced Tekton resource.
|
PipelineRef |
PipelineRef.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 |
---|---|
PipelineRun |
PipelineRun.setPipelineRef(PipelineRef pipelineRef)
PipelineRef refer to a specific instance of a Pipeline.
|
Copyright © 2011–2025 Google. All rights reserved.