Class BuildTestsStorage
- java.lang.Object
-
- jetbrains.buildServer.serverSide.messages.BuildTestsStorage
-
public class BuildTestsStorage extends Object
-
-
Constructor Summary
Constructors Constructor Description BuildTestsStorage(SQLRunnerEx sqlRunner, EventDispatcher<BuildServerListener> eventDispatcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
flushDelayed()
boolean
storeTest(RunningBuildEx build, int testId, long testNameId, Status status, int duration, boolean wasFailingBefore)
void
waitUntilTestsSaved(long buildId)
void
writeBatchIfNeeded(boolean forceFlush)
-
-
-
Constructor Detail
-
BuildTestsStorage
public BuildTestsStorage(@NotNull SQLRunnerEx sqlRunner, EventDispatcher<BuildServerListener> eventDispatcher)
-
-
Method Detail
-
storeTest
public boolean storeTest(@NotNull RunningBuildEx build, int testId, long testNameId, @NotNull Status status, int duration, boolean wasFailingBefore)
-
flushDelayed
public void flushDelayed()
-
writeBatchIfNeeded
public void writeBatchIfNeeded(boolean forceFlush)
-
waitUntilTestsSaved
public void waitUntilTestsSaved(long buildId)
-
-