toggle menu
TeamCity Kotlin DSL
JVM
switch theme
search in API
TeamCity Kotlin DSL
/
jetbrains.buildServer.configs.kotlin
/
CompoundDelegateProvider
Compound
Delegate
Provider
class
CompoundDelegateProvider
<
T
:
CompoundParam
<
T
>
>
(
val
customParamName
:
String
?
=
null
)
Members
Constructors
Compound
Delegate
Provider
Link copied to clipboard
constructor
(
customParamName
:
String
?
=
null
)
Properties
custom
Param
Name
Link copied to clipboard
val
customParamName
:
String
?
=
null
Functions
provide
Delegate
Link copied to clipboard
open
operator
fun
provideDelegate
(
thisRef
:
Parametrized
,
property
:
KProperty
<
*
>
)
:
CompoundParamDelegate
<
T
>