Class ExecutionDetails

    • 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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)