jetbrains.buildServer.configs.kotlin.v2018_2 / ParameterSpecCheckbox

ParameterSpecCheckbox

class ParameterSpecCheckbox : ParameterSpec

Constructors

<init>

ParameterSpecCheckbox(label: String = "", description: String = "", display: ParameterDisplay = ParameterDisplay.NORMAL, readOnly: Boolean = false, checkedValue: String? = null, uncheckedValue: String? = null)

Properties

checkedValue

val checkedValue: String?

type

val type: String

uncheckedValue

val uncheckedValue: String?

Inherited Properties

description

val description: String

display

val display: ParameterDisplay

label

val label: String

readOnly

val readOnly: Boolean

Functions

toMap

fun toMap(): MutableMap<String, String>

Inherited Functions

addReadOnly

fun addReadOnly(map: MutableMap<String, String>): Unit

equals

open fun equals(other: Any?): Boolean