Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ResolvedPipelineVariable |
ResolvedPipelineVariable.clone() |
ResolvedPipelineVariable |
ResolvedPipelineVariable.withName(String name)
The name of a pipeline-level variable.
|
ResolvedPipelineVariable |
ResolvedPipelineVariable.withResolvedValue(String resolvedValue)
The resolved value of a pipeline-level variable.
|
Modifier and Type | Method and Description |
---|---|
List<ResolvedPipelineVariable> |
PipelineExecution.getVariables()
A list of pipeline variables used for the pipeline execution.
|
Modifier and Type | Method and Description |
---|---|
PipelineExecution |
PipelineExecution.withVariables(ResolvedPipelineVariable... variables)
A list of pipeline variables used for the pipeline execution.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineExecution.setVariables(Collection<ResolvedPipelineVariable> variables)
A list of pipeline variables used for the pipeline execution.
|
PipelineExecution |
PipelineExecution.withVariables(Collection<ResolvedPipelineVariable> variables)
A list of pipeline variables used for the pipeline execution.
|
Copyright © 2023. All rights reserved.