jetbrains.buildServer.configs.kotlin.v10 / ParameterSpecFreeForm

ParameterSpecFreeForm

class ParameterSpecFreeForm : ParameterSpec

Constructors

<init>

ParameterSpecFreeForm(type: String, label: String = "", description: String = "", display: ParameterDisplay = ParameterDisplay.NORMAL, arguments: Map<String, String> = linkedMapOf())

Properties

arguments

val arguments: Map<String, String>

type

val type: String

Inherited Properties

description

val description: String

display

val display: ParameterDisplay

label

val label: String

readOnly

val readOnly: Boolean

Functions

toMap

fun toMap(): MutableMap<String, String>

Inherited Functions

addReadOnly

fun addReadOnly(map: MutableMap<String, String>): Unit