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 intpopDuration(int flowId, long time)voidpushDurationStart(int flowId, long timestamp)voidreleaseFlow(int flow)voidrestoreFrom(RuntimeInfoStorage runtimeStorage)voidsaveTo(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)
-
-