GetRunnersRunner

data class GetRunnersRunner(val description: String, val id: Int, val isShared: Boolean, val online: Boolean, val paused: Boolean, val runnerType: String, val status: String)

Constructors

Link copied to clipboard
constructor(description: String, id: Int, isShared: Boolean, online: Boolean, paused: Boolean, runnerType: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the runner.

Link copied to clipboard
val id: Int

The runner id.

Link copied to clipboard

Indicates if this is a shared runner

Link copied to clipboard

The connectivity status of the runner.

Link copied to clipboard

Indicates if the runner is accepting or ignoring new jobs.

Link copied to clipboard

The runner type. Values are instance_type, group_type and project_type.

Link copied to clipboard

The status of the runner. Values can be online, offline, stale, and never_contacted.