TeamCity Kotlin DSL 2026.2 EAP
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
TeamCity Kotlin DSL 2026.2 EAP
TeamCity Kotlin DSL 2026.2 EAP
/
jetbrains.buildServer.configs.kotlin
/
ParameterSpecFreeForm
Parameter
Spec
Free
Form
class
ParameterSpecFreeForm
(
val
type
:
String
,
val
arguments
:
Map
<
String
,
String
>
=
linkedMapOf()
)
:
ParameterSpec
Members
Constructors
Parameter
Spec
Free
Form
Link copied to clipboard
constructor
(
type
:
String
,
arguments
:
Map
<
String
,
String
>
=
linkedMapOf()
)
Properties
arguments
Link copied to clipboard
val
arguments
:
Map
<
String
,
String
>
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
open
override
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
override
fun
toMap
(
)
:
MutableMap
<
String
,
String
>