Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
PipelineExecutionSummary |
PipelineExecutionSummary.clone() |
PipelineExecutionSummary |
PipelineExecutionSummary.withExecutionMode(ExecutionMode executionMode)
The method that the pipeline will use to handle multiple executions.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withExecutionMode(String executionMode)
The method that the pipeline will use to handle multiple executions.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withExecutionType(ExecutionType executionType)
Type of the pipeline execution.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withExecutionType(String executionType)
Type of the pipeline execution.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withLastUpdateTime(Date lastUpdateTime)
The date and time of the last change to the pipeline execution, in timestamp format.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withRollbackMetadata(PipelineRollbackMetadata rollbackMetadata)
The metadata for the stage execution to be rolled back.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withSourceRevisions(Collection<SourceRevision> sourceRevisions)
A list of the source artifact revisions that initiated a pipeline execution.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withSourceRevisions(SourceRevision... sourceRevisions)
A list of the source artifact revisions that initiated a pipeline execution.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withStartTime(Date startTime)
The date and time when the pipeline execution began, in timestamp format.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withStatus(PipelineExecutionStatus status)
The status of the pipeline execution.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withStatus(String status)
The status of the pipeline execution.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withStatusSummary(String statusSummary)
Status summary for the pipeline.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withStopTrigger(StopExecutionTrigger stopTrigger)
The interaction that stopped a pipeline execution.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withTrigger(ExecutionTrigger trigger)
The interaction or event that started a pipeline execution, such as automated change detection or a
StartPipelineExecution API call. |
Modifier and Type | Method and Description |
---|---|
List<PipelineExecutionSummary> |
ListPipelineExecutionsResult.getPipelineExecutionSummaries()
A list of executions in the history of a pipeline.
|
Modifier and Type | Method and Description |
---|---|
ListPipelineExecutionsResult |
ListPipelineExecutionsResult.withPipelineExecutionSummaries(PipelineExecutionSummary... pipelineExecutionSummaries)
A list of executions in the history of a pipeline.
|
Modifier and Type | Method and Description |
---|---|
void |
ListPipelineExecutionsResult.setPipelineExecutionSummaries(Collection<PipelineExecutionSummary> pipelineExecutionSummaries)
A list of executions in the history of a pipeline.
|
ListPipelineExecutionsResult |
ListPipelineExecutionsResult.withPipelineExecutionSummaries(Collection<PipelineExecutionSummary> pipelineExecutionSummaries)
A list of executions in the history of a pipeline.
|
Copyright © 2025. All rights reserved.