Class RuntimeInfoStorage
- java.lang.Object
-
- jetbrains.buildServer.serverSide.messages.RuntimeInfoStorage
-
public class RuntimeInfoStorage extends Object
Class to keep build runitime information between server restarts. Should not be used to keep a lot of data, only small chunks.- Author:
- kir
-
-
Constructor Summary
Constructors Constructor Description RuntimeInfoStorage(RunningBuildEx build)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
void
flush()
Object
restore(String key)
Map<String,Object>
restoreAll(String prefix)
void
save(String key, Object data)
-
-
-
Constructor Detail
-
RuntimeInfoStorage
public RuntimeInfoStorage(@NotNull RunningBuildEx build)
-
-