jetbrains.buildServer.configs.kotlin.v2019_2 / ParameterDelegate

ParameterDelegate

abstract class ParameterDelegate<T>

Constructors

<init>

ParameterDelegate(paramName: String)

Properties

paramName

val paramName: String

Functions

getValue

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

setValue

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

Inheritors

CompoundParamDelegate

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

IdeaSettingsDelegate

class IdeaSettingsDelegate : ParameterDelegate<IdeaSettings>

SingleParamDelegate

class SingleParamDelegate<T> : ParameterDelegate<T>