@Generated(value="software.amazon.awssdk:codegen") public final class PipelineExecutionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PipelineExecutionSummary.Builder,PipelineExecutionSummary>
Summary information about a pipeline execution.
Modifier and Type | Class and Description |
---|---|
static interface |
PipelineExecutionSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static PipelineExecutionSummary.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdateTime()
The date and time of the last change to the pipeline execution, in timestamp format.
|
String |
pipelineExecutionId()
The ID of the pipeline execution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PipelineExecutionSummary.Builder> |
serializableBuilderClass() |
List<SourceRevision> |
sourceRevisions()
A list of the source artifact revisions that initiated a pipeline execution.
|
Instant |
startTime()
The date and time when the pipeline execution began, in timestamp format.
|
PipelineExecutionStatus |
status()
The status of the pipeline execution.
|
String |
statusAsString()
The status of the pipeline execution.
|
PipelineExecutionSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String pipelineExecutionId()
The ID of the pipeline execution.
public PipelineExecutionStatus status()
The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead.
Failed: The pipeline execution was not completed successfully.
If the service returns an enum value that is not available in the current SDK version, status
will
return PipelineExecutionStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from statusAsString()
.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead.
Failed: The pipeline execution was not completed successfully.
PipelineExecutionStatus
public String statusAsString()
The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead.
Failed: The pipeline execution was not completed successfully.
If the service returns an enum value that is not available in the current SDK version, status
will
return PipelineExecutionStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from statusAsString()
.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead.
Failed: The pipeline execution was not completed successfully.
PipelineExecutionStatus
public Instant startTime()
The date and time when the pipeline execution began, in timestamp format.
public Instant lastUpdateTime()
The date and time of the last change to the pipeline execution, in timestamp format.
public List<SourceRevision> sourceRevisions()
A list of the source artifact revisions that initiated a pipeline execution.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public PipelineExecutionSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PipelineExecutionSummary.Builder,PipelineExecutionSummary>
public static PipelineExecutionSummary.Builder builder()
public static Class<? extends PipelineExecutionSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.