CanaryRunTimeline

This structure contains the start and end times of a single canary run.

Types

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

Properties

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

The end time of the run.

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

The time at which the metrics will be generated for this run or retries.

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

The start time of the run.

Functions

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