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 voidflushDelayed()booleanstoreTest(RunningBuildEx build, int testId, long testNameId, Status status, int duration, boolean wasFailingBefore)voidwaitUntilTestsSaved(long buildId)voidwriteBatchIfNeeded(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)
-
-