Class HeartbeatTable
- java.lang.Object
-
- jetbrains.buildServer.serverSide.db.HeartbeatTable
-
public class HeartbeatTable extends Object
Before 10.0 db_heartbeat table didn't contain 'uuid' and 'app_type' columns, they are added in converter during upgrade to 10.0 But we are taking db lock before upgrade is run, so we have to assume that this table can be in two state: with or without uuid/app_type columns
-
-
Constructor Summary
Constructors Constructor Description HeartbeatTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Heartbeat.SessionRecord>
fetchAllRecords(DBFunctions dbf)
void
forgetVersionFormat()
void
initVersionFormat(DBFunctions dbf)
-
-
-
Method Detail
-
fetchAllRecords
@NotNull public List<Heartbeat.SessionRecord> fetchAllRecords(@NotNull DBFunctions dbf)
-
initVersionFormat
public void initVersionFormat(@NotNull DBFunctions dbf)
-
forgetVersionFormat
public void forgetVersionFormat()
-
-