jetbrains.buildServer.configs.kotlin.v2018_1 / CompoundDelegateProvider

CompoundDelegateProvider

class CompoundDelegateProvider<T : CompoundParam<T>>

Constructors

<init>

CompoundDelegateProvider(customParamName: String? = null)

Properties

customParamName

val customParamName: String?

Functions

provideDelegate

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