Class MetadataNameGenerator
- java.lang.Object
-
- jetbrains.buildServer.serverSide.messages.core.MetadataNameGenerator
-
public class MetadataNameGenerator extends Object
For each test, generates a sequence of numbers upon each subsequent request
-
-
Constructor Summary
Constructors Constructor Description MetadataNameGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
nextIndex(int flowId, long testNameId, TestMetadata metadata)
TestMetadata
normalizeNameWithTimestamp(int testId, TestMetadata metadata)
-
-
-
Method Detail
-
nextIndex
public int nextIndex(int flowId, long testNameId, @NotNull TestMetadata metadata)
-
normalizeNameWithTimestamp
public TestMetadata normalizeNameWithTimestamp(int testId, @NotNull TestMetadata metadata)
-
-