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
/
IdGenerator
Id
Generator
class
IdGenerator
Members
Constructors
Id
Generator
Link copied to clipboard
constructor
(
prefix
:
String
,
occupiedIds
:
Collection
<
String
?
>
)
constructor
(
prefix
:
String
)
Functions
add
Occupied
Id
Link copied to clipboard
fun
addOccupiedId
(
id
:
String
?
)
generate
Id
Link copied to clipboard
fun
generateId
(
)
:
String