CanaryRun

class CanaryRun

This structure contains the details about one run of one canary.

Types

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

Properties

Link copied to clipboard

The location where the canary stored artifacts from the run. Artifacts include the log file, screenshots, and HAR files.

Link copied to clipboard

Returns the dry run configurations for a canary.

Link copied to clipboard
val id: String?

A unique ID that identifies this canary run.

Link copied to clipboard
val name: String?

The name of the canary.

Link copied to clipboard

The count in number of the retry attempt.

Link copied to clipboard

The ID of the scheduled canary run.

Link copied to clipboard

The status of this run.

Link copied to clipboard

A structure that contains the start and end times of this run.

Functions

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