jetbrains.buildServer.configs.kotlin.v2019_2 / SingleParamDelegate

SingleParamDelegate

class SingleParamDelegate<T> : ParameterDelegate<T>

Constructors

<init>

SingleParamDelegate(paramName: String, mapping: Map<T, String?>? = null)

Properties

mapping

val mapping: Map<T, 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