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