GetRunnersResult

data class GetRunnersResult(val id: String, val paused: Boolean? = null, val runners: List<GetRunnersRunner>, val status: String? = null, val tagLists: List<String>? = null, val type: String? = null)

A collection of values returned by getRunners.

Constructors

Link copied to clipboard
constructor(id: String, paused: Boolean? = null, runners: List<GetRunnersRunner>, status: String? = null, tagLists: List<String>? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
val paused: Boolean? = null

Filters for runners with the given paused value

Link copied to clipboard

The list of runners.

Link copied to clipboard
val status: String? = null

Filters for runners with the given status. Valid Values are online, offline, stale, and never_contacted.

Link copied to clipboard
val tagLists: List<String>? = null

Filters for runners with all of the given tags

Link copied to clipboard
val type: String? = null

The type of runner to return. Valid values are instance_type, group_type and project_type