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