| Package | Description | 
|---|---|
| com.google.api.services.cloudbuild.v2.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Param | Param. clone() | 
| Param | Param. set(String fieldName,
   Object value) | 
| Param | Param. setName(String name)Name of the parameter. | 
| Param | Param. setValue(ParamValue value)Value of the parameter. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Param> | TaskRef. getParams()Params contains the parameters used to identify the referenced Tekton resource. | 
| List<Param> | PipelineRun. getParams()Params is a list of parameter names and values. | 
| List<Param> | Step. getParams()Optional. | 
| List<Param> | PipelineRef. getParams()Params contains the parameters used to identify the referenced Tekton resource. | 
| List<Param> | StepRef. getParams()Optional. | 
| List<Param> | PipelineTask. getParams()Params is a list of parameter names and values. | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | TaskRef. setParams(List<Param> params)Params contains the parameters used to identify the referenced Tekton resource. | 
| PipelineRun | PipelineRun. setParams(List<Param> params)Params is a list of parameter names and values. | 
| Step | Step. setParams(List<Param> params)Optional. | 
| PipelineRef | PipelineRef. setParams(List<Param> params)Params contains the parameters used to identify the referenced Tekton resource. | 
| StepRef | StepRef. setParams(List<Param> params)Optional. | 
| PipelineTask | PipelineTask. setParams(List<Param> params)Params is a list of parameter names and values. | 
Copyright © 2011–2025 Google. All rights reserved.