GetRunnersPlainArgs

data class GetRunnersPlainArgs(val paused: Boolean? = null, val status: String? = null, val tagLists: List<String>? = null, val type: String? = null) : ConvertibleToJava<GetRunnersPlainArgs>

A collection of arguments for invoking getRunners.

Constructors

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

Properties

Link copied to clipboard
val paused: Boolean? = null

Filters for runners with the given paused value

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

Functions

Link copied to clipboard
open override fun toJava(): GetRunnersPlainArgs