Class HistoryRunCycle
- java.lang.Object
-
- jetbrains.buildServer.serverSide.build.index.history.HistoryRunCycle
-
public class HistoryRunCycle extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
HistoryRunCycle.GetNextBatch
-
Constructor Summary
Constructors Constructor Description HistoryRunCycle(Collection<BuildIdAndTimestamp> indexBuildIds, AddRemoveIndexed callback, int batchSize, org.springframework.util.StopWatch sw)
-
-
-
Constructor Detail
-
HistoryRunCycle
public HistoryRunCycle(Collection<BuildIdAndTimestamp> indexBuildIds, AddRemoveIndexed callback, int batchSize, org.springframework.util.StopWatch sw)
-
-
Method Detail
-
run
public void run(HistoryRunCycle.GetNextBatch nextBatch) throws InterruptedException
- Throws:
InterruptedException
-
-