TeamCity Kotlin DSL 2026.2 EAP
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
TeamCity Kotlin DSL 2026.2 EAP
TeamCity Kotlin DSL 2026.2 EAP
/
jetbrains.buildServer.configs.kotlin
/
ParameterSpec
Parameter
Spec
sealed
class
ParameterSpec
Parameter
specification
Inheritors
ParameterSpecFreeForm
ParameterSpecCheckbox
ParameterSpecText
ParameterSpecRegex
ParameterSpecPassword
ParameterSpecSelect
ParameterSpecRemote
Members
Properties
description
Link copied to clipboard
val
description
:
String
display
Link copied to clipboard
val
display
:
ParameterDisplay
label
Link copied to clipboard
val
label
:
String
read
Only
Link copied to clipboard
val
readOnly
:
Boolean
=
false
type
Link copied to clipboard
abstract
val
type
:
String
Functions
add
Read
Only
Link copied to clipboard
fun
addReadOnly
(
map
:
MutableMap
<
String
,
String
>
)
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
Map
Link copied to clipboard
open
fun
toMap
(
)
:
MutableMap
<
String
,
String
>