Class BuildRunnerIdGenerator
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.BuildRunnerIdGenerator
-
public class BuildRunnerIdGenerator extends Object
Represents a class that generates an unique ID the next build runner of a given type. The ID will not match any of the IDs of the passed existing runners.- Since:
- 2023.11
-
-
Constructor Summary
Constructors Constructor Description BuildRunnerIdGenerator(String runnerTypeKey, List<SBuildRunnerDescriptor> existingRunners)
-
-
-
Constructor Detail
-
BuildRunnerIdGenerator
public BuildRunnerIdGenerator(@NotNull String runnerTypeKey, @NotNull List<SBuildRunnerDescriptor> existingRunners)
-
-
Method Detail
-
generateId
@NotNull public String generateId()
-
-