TeamCity Kotlin DSL 2026.1 EAP
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
TeamCity Kotlin DSL 2026.1 EAP
TeamCity Kotlin DSL 2026.1 EAP
/
jetbrains.buildServer.configs.kotlin
/
MatrixFeature
/
Value
Value
data
class
Value
(
val
value
:
String
,
val
label
:
String
?
=
null
)
Members
Constructors
Value
Link copied to clipboard
constructor
(
value
:
String
,
label
:
String
?
=
null
)
Properties
label
Link copied to clipboard
val
label
:
String
?
=
null
value
Link copied to clipboard
val
value
:
String