jetbrains.buildServer.configs.kotlin.v10 / BooleanDelegate

BooleanDelegate

class BooleanDelegate : SingleParamDelegate<Boolean>

Constructors

<init>

BooleanDelegate(customParamName: String? = null, mapping: Map<Boolean, String?>? = null)

Inherited Properties

mapping

val mapping: Map<T, String?>?

params

open val params: List<Parameter>