toggle menu
TeamCity Kotlin DSL
JVM
switch theme
search in API
TeamCity Kotlin DSL
/
jetbrains.buildServer.configs.kotlin
/
ParameterSpec
Parameter
Spec
sealed
class
ParameterSpec
Parameter
specification
Inheritors
ParameterSpecFreeForm
ParameterSpecCheckbox
ParameterSpecText
ParameterSpecRegex
ParameterSpecPassword
ParameterSpecSelect
ParameterSpecRemote
Members
Properties
description
Link copied to clipboard
val
description
:
String
display
Link copied to clipboard
val
display
:
ParameterDisplay
label
Link copied to clipboard
val
label
:
String
read
Only
Link copied to clipboard
val
readOnly
:
Boolean
=
false
type
Link copied to clipboard
abstract
val
type
:
String
Functions
add
Read
Only
Link copied to clipboard
fun
addReadOnly
(
map
:
MutableMap
<
String
,
String
>
)
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
Map
Link copied to clipboard
open
fun
toMap
(
)
:
MutableMap
<
String
,
String
>