Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
PipelineExecutionSummary |
PipelineExecutionSummary.clone() |
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.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.
|
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 © 2017. All rights reserved.