jetbrains.buildServer.configs.kotlin.v2018_1 / CompoundParamDelegate

CompoundParamDelegate

class CompoundParamDelegate<T : CompoundParam<T>> : ParameterDelegate<T>

Constructors

<init>

CompoundParamDelegate(paramName: String)

Inherited Properties

paramName

val paramName: String

Inherited Functions

getValue

operator fun getValue(thisRef: Parametrized, property: KProperty<*>): T?

setValue

operator fun setValue(thisRef: Parametrized, property: KProperty<*>, value: T?): Unit