jetbrains.buildServer.configs.kotlin.v2018_1 / ParameterSpecRegex

ParameterSpecRegex

class ParameterSpecRegex : ParameterSpec

Constructors

<init>

ParameterSpecRegex(label: String = "", description: String = "", display: ParameterDisplay = ParameterDisplay.NORMAL, readOnly: Boolean = false, regex: String = "", validationMessage: String = "")

Properties

regex

val regex: String

type

val type: String

validationMessage

val validationMessage: 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

equals

open fun equals(other: Any?): Boolean