TeamCity Kotlin DSL 2024.12.2
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
TeamCity Kotlin DSL 2024.12.2
TeamCity Kotlin DSL 2024.12.2
/
jetbrains.buildServer.configs.kotlin
/
ParameterSpecRemote
/
ParameterSpecRemote
Parameter
Spec
Remote
constructor
(
label
:
String
=
""
,
description
:
String
=
""
,
display
:
ParameterDisplay
=
ParameterDisplay.NORMAL
,
readOnly
:
Boolean
=
false
,
remoteType
:
String
=
""
,
params
:
Map
<
String
,
String
>
)