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
/
CompoundParamDelegate
Compound
Param
Delegate
class
CompoundParamDelegate
<
T
:
CompoundParam
<
T
>
>
(
paramName
:
String
,
yamlName
:
String
?
)
:
ParameterDelegate
<
T
>
Members
Constructors
Compound
Param
Delegate
Link copied to clipboard
constructor
(
paramName
:
String
,
yamlName
:
String
?
)
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
?
)