ExecutionDetails

The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The system-generated unique ID of this action used to identify this job worker in any external systems, such as CodeDeploy.

Link copied to clipboard

The percentage of work completed on the action, represented on a scale of 0 to 100 percent.

Link copied to clipboard

The summary of the current status of the actions.

Functions

Link copied to clipboard
inline fun copy(block: ExecutionDetails.Builder.() -> Unit = {}): ExecutionDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String