TeamCity Kotlin DSL
TeamCity Kotlin DSL
/
jetbrains.buildServer.configs.kotlin
/
SingleDelegateProvider
Single
Delegate
Provider
class
SingleDelegateProvider
<
T
>
(
val
customParamName
:
String
?
=
null
,
val
mapping
:
Map
<
T
,
String
?
>
?
=
null
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Single
Delegate
Provider
Link copied to clipboard
fun
<
T
>
SingleDelegateProvider
(
customParamName
:
String
?
=
null
,
mapping
:
Map
<
T
,
String
?
>
?
=
null
)
Content copied to clipboard
Functions
provide
Delegate
Link copied to clipboard
operator
fun
provideDelegate
(
thisRef
:
Parametrized
,
prop
:
KProperty
<
*
>
)
:
SingleParamDelegate
<
T
>
Content copied to clipboard
Properties
customParamName
Link copied to clipboard
val
customParamName
:
String
?
=
null
Content copied to clipboard
mapping
Link copied to clipboard
val
mapping
:
Map
<
T
,
String
?
>
?
=
null
Content copied to clipboard