jetbrains.buildServer.configs.kotlin.v10 / CompoundParamDelegate

CompoundParamDelegate

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

Constructors

<init>

CompoundParamDelegate(customParamName: String? = null)

Properties

params

val params: List<Parameter>

Inherited Properties

customParamName

val customParamName: String?

Inherited Functions

getValue

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

setValue

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