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
/
SingleParamDelegate
Single
Param
Delegate
class
SingleParamDelegate
<
T
>
(
paramName
:
String
,
mapping
:
Map
<
T
,
String
?
>
?
=
null
,
yamlName
:
String
?
,
yamlMapping
:
Map
<
T
,
String
?
>
?
=
null
)
:
ParameterDelegate
<
T
>
Members
Constructors
Single
Param
Delegate
Link copied to clipboard
constructor
(
paramName
:
String
,
mapping
:
Map
<
T
,
String
?
>
?
=
null
,
yamlName
:
String
?
,
yamlMapping
:
Map
<
T
,
String
?
>
?
=
null
)
Properties
param
Name
Link copied to clipboard
val
paramName
:
String
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Parametrized
,
property
:
KProperty
<
*
>
)
:
T
?
set
Value
Link copied to clipboard
open
operator override
fun
setValue
(
thisRef
:
Parametrized
,
property
:
KProperty
<
*
>
,
value
:
T
?
)