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 that was executed.
|
PipelineExecution |
PipelineExecution.withPipelineVersion(Integer pipelineVersion)
The version number of the pipeline that was executed.
|
PipelineExecution |
PipelineExecution.withStatus(PipelineExecutionStatus status)
The status of the pipeline execution.
|
PipelineExecution |
PipelineExecution.withStatus(String status)
The status of the pipeline execution.
|
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 © 2016. All rights reserved.