Interface
Job history.
Includes history information for a job.
Properties
Property | Type | Notes |
---|---|---|
action | JobHistoryAction | Type of action performed. |
date | Date | Date of the entry. |
durationSeconds | number | Duration in seconds from when a step transitions between running states. |
endDate | Date | Date when a step on a job stopped running. |
jobId | string | Job id associated with the entry. |
result | string | Additional information for the action performed. |
startDate | Date | Date when a step on a job started running. |
stepId | string | Step id associated with the entry. |
username | string | Username of the user that caused the action to happen. |
action
Interface Propertyaction: JobHistoryAction
Type of action performed.