TeamCity Kotlin DSL 2024.12.2
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
TeamCity Kotlin DSL 2024.12.2
TeamCity Kotlin DSL 2024.12.2
/
jetbrains.buildServer.configs.kotlin
/
Parametrized
/
enumParameter
enum
Parameter
fun
<
E
:
Enum
<
E
>
>
enumParameter
(
customName
:
String
?
=
null
,
mapping
:
Map
<
E
,
String
?
>
?
=
null
)
:
DelegateProvider
<
E
>