toggle menu
TeamCity Kotlin DSL
JVM
switch theme
search in API
TeamCity Kotlin DSL
/
jetbrains.buildServer.configs.kotlin
/
CompoundParamDelegate
Compound
Param
Delegate
class
CompoundParamDelegate
<
T
:
CompoundParam
<
T
>
>
(
paramName
:
String
)
:
ParameterDelegate
<
T
>
Members
Constructors
Compound
Param
Delegate
Link copied to clipboard
constructor
(
paramName
:
String
)
Properties
param
Name
Link copied to clipboard
val
paramName
:
String
Functions
get
Value
Link copied to clipboard
open
operator
fun
getValue
(
thisRef
:
Parametrized
,
property
:
KProperty
<
*
>
)
:
T
?
set
Value
Link copied to clipboard
open
operator
fun
setValue
(
thisRef
:
Parametrized
,
property
:
KProperty
<
*
>
,
value
:
T
?
)