Class DurationsHolder
- java.lang.Object
-
- jetbrains.buildServer.serverSide.messages.core.DurationsHolder
-
public class DurationsHolder extends Object
-
-
Constructor Summary
Constructors Constructor Description DurationsHolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
popDuration(int flowId, long time)
void
pushDurationStart(int flowId, long timestamp)
void
releaseFlow(int flow)
void
restoreFrom(RuntimeInfoStorage runtimeStorage)
void
saveTo(RuntimeInfoStorage runtimeStorage)
-
-
-
Method Detail
-
restoreFrom
public void restoreFrom(RuntimeInfoStorage runtimeStorage)
-
saveTo
public void saveTo(RuntimeInfoStorage runtimeStorage)
-
releaseFlow
public void releaseFlow(int flow)
-
pushDurationStart
public void pushDurationStart(int flowId, long timestamp)
-
popDuration
public int popDuration(int flowId, long time)
-
-