jetbrains.buildServer.configs.kotlin.v2018_1 / SingleDelegateProvider

SingleDelegateProvider

class SingleDelegateProvider<T>

Constructors

<init>

SingleDelegateProvider(customParamName: String? = null, mapping: Map<T, String?>? = null)

Properties

customParamName

val customParamName: String?

mapping

val mapping: Map<T, String?>?

Functions

provideDelegate

operator fun provideDelegate(thisRef: Parametrized, prop: KProperty<*>): SingleParamDelegate<T>