TeamCity Kotlin DSL
TeamCity Kotlin DSL
/
jetbrains.buildServer.configs.kotlin
/
MatrixFeature
/
Value
Value
data
class
Value
(
val
value
:
String
,
val
label
:
String
?
=
null
)
Content copied to clipboard
Constructors
Properties
Constructors
Value
Link copied to clipboard
fun
Value
(
value
:
String
,
label
:
String
?
=
null
)
Content copied to clipboard
Properties
label
Link copied to clipboard
val
label
:
String
?
=
null
Content copied to clipboard
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard