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
/
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