jetbrains.buildServer.configs.kotlin.v10 / ParameterSpecText

ParameterSpecText

class ParameterSpecText : ParameterSpec

Constructors

<init>

ParameterSpecText(label: String = "", description: String = "", display: ParameterDisplay = ParameterDisplay.NORMAL, readOnly: Boolean = false, allowEmpty: Boolean = true)

Properties

allowEmpty

val allowEmpty: Boolean

type

val type: 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