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