@Generated(value="software.amazon.awssdk:codegen") public final class ExecutionDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExecutionDetails.Builder,ExecutionDetails>
The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecutionDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
externalExecutionId()
The system-generated unique ID of this action used to identify this job worker in any external systems, such as
AWS CodeDeploy.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
percentComplete()
The percentage of work completed on the action, represented on a scale of 0 to 100 percent.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecutionDetails.Builder> |
serializableBuilderClass() |
String |
summary()
The summary of the current status of the actions.
|
ExecutionDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String summary()
The summary of the current status of the actions.
public final String externalExecutionId()
The system-generated unique ID of this action used to identify this job worker in any external systems, such as AWS CodeDeploy.
public final Integer percentComplete()
The percentage of work completed on the action, represented on a scale of 0 to 100 percent.
public ExecutionDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecutionDetails.Builder,ExecutionDetails>public static ExecutionDetails.Builder builder()
public static Class<? extends ExecutionDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.