Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExecutionDetails

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

Hierarchy

  • ExecutionDetails

Index

Properties

Optional externalExecutionId

externalExecutionId: undefined | string

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

Optional percentComplete

percentComplete: undefined | number

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

Optional summary

summary: undefined | string

The summary of the current status of the actions.