Skip to main content

ActionData.actions_created

ActionData.actions_created: int
The total number of actions of this type registered during the build.

ActionData.actions_executed

ActionData.actions_executed: int
The total number of actions of this type executed during the build. As above, includes remote cache hits but excludes local action cache hits.

ActionData.first_started_ms

ActionData.first_started_ms: int
When the first action of this type started being executed, in milliseconds from the epoch.

ActionData.last_ended_ms

ActionData.last_ended_ms: int
When the last action of this type ended being executed, in milliseconds from the epoch.

ActionData.mnemonic

ActionData.mnemonic: str