RunDetailSummary

Summary information about a workflow run's execution details, including status and timing information.

Types

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

Properties

Link copied to clipboard
val createdOn: <Error class: unknown class>?

The timestamp when the workflow run was created, in ISO 8601 date-time format.

Link copied to clipboard
val endedAt: <Error class: unknown class>?

The timestamp when the workflow run completed execution, in ISO 8601 date-time format. This value is null if the run is not complete.

Link copied to clipboard
val startedAt: <Error class: unknown class>?

The timestamp when the workflow run started execution, in ISO 8601 date-time format.

Link copied to clipboard

The current status of the workflow run.

Functions

Link copied to clipboard
inline fun copy(block: RunDetailSummary.Builder.() -> Unit = {}): RunDetailSummary
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