Class ExecutionDetails
- java.lang.Object
-
- software.amazon.awssdk.services.codepipeline.model.ExecutionDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExecutionDetails.Builder,ExecutionDetails>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExecutionDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExecutionDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexternalExecutionId()The system-generated unique ID of this action used to identify this job worker in any external systems, such as CodeDeploy.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerpercentComplete()The percentage of work completed on the action, represented on a scale of 0 to 100 percent.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ExecutionDetails.Builder>serializableBuilderClass()Stringsummary()The summary of the current status of the actions.ExecutionDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
summary
public final String summary()
The summary of the current status of the actions.
- Returns:
- The summary of the current status of the actions.
-
externalExecutionId
public final String externalExecutionId()
The system-generated unique ID of this action used to identify this job worker in any external systems, such as CodeDeploy.
- Returns:
- The system-generated unique ID of this action used to identify this job worker in any external systems, such as CodeDeploy.
-
percentComplete
public final Integer percentComplete()
The percentage of work completed on the action, represented on a scale of 0 to 100 percent.
- Returns:
- The percentage of work completed on the action, represented on a scale of 0 to 100 percent.
-
toBuilder
public ExecutionDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExecutionDetails.Builder,ExecutionDetails>
-
builder
public static ExecutionDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExecutionDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-