TeamCity Kotlin DSL 2025.03
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
TeamCity Kotlin DSL 2025.03
TeamCity Kotlin DSL 2025.03
/
jetbrains.buildServer.configs.kotlin
/
ParameterSpecText
/
ParameterSpecText
Parameter
Spec
Text
constructor
(
label
:
String
=
""
,
description
:
String
=
""
,
display
:
ParameterDisplay
=
ParameterDisplay.NORMAL
,
readOnly
:
Boolean
=
false
,
allowEmpty
:
Boolean
=
true
)