| Package | Description | 
|---|---|
| com.amazonaws.services.codepipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
PipelineExecution | 
PipelineExecution.clone()  | 
PipelineExecution | 
GetPipelineExecutionResult.getPipelineExecution()
 Represents information about the execution of a pipeline. 
 | 
PipelineExecution | 
PipelineExecution.withArtifactRevisions(ArtifactRevision... artifactRevisions)
 A list of  
ArtifactRevision objects included in a pipeline execution. | 
PipelineExecution | 
PipelineExecution.withArtifactRevisions(Collection<ArtifactRevision> artifactRevisions)
 A list of  
ArtifactRevision objects included in a pipeline execution. | 
PipelineExecution | 
PipelineExecution.withPipelineExecutionId(String pipelineExecutionId)
 The ID of the pipeline execution. 
 | 
PipelineExecution | 
PipelineExecution.withPipelineName(String pipelineName)
 The name of the pipeline with the specified pipeline execution. 
 | 
PipelineExecution | 
PipelineExecution.withPipelineVersion(Integer pipelineVersion)
 The version number of the pipeline with the specified pipeline execution. 
 | 
PipelineExecution | 
PipelineExecution.withStatus(PipelineExecutionStatus status)
 The status of the pipeline execution. 
 | 
PipelineExecution | 
PipelineExecution.withStatus(String status)
 The status of the pipeline execution. 
 | 
PipelineExecution | 
PipelineExecution.withStatusSummary(String statusSummary)
 A summary that contains a description of the pipeline execution status. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GetPipelineExecutionResult.setPipelineExecution(PipelineExecution pipelineExecution)
 Represents information about the execution of a pipeline. 
 | 
GetPipelineExecutionResult | 
GetPipelineExecutionResult.withPipelineExecution(PipelineExecution pipelineExecution)
 Represents information about the execution of a pipeline. 
 | 
Copyright © 2021. All rights reserved.