Uses of Class
jetbrains.buildServer.serverSide.db.Heartbeat.SessionRecord
-
Packages that use Heartbeat.SessionRecord Package Description jetbrains.buildServer.serverSide.db -
-
Uses of Heartbeat.SessionRecord in jetbrains.buildServer.serverSide.db
Methods in jetbrains.buildServer.serverSide.db that return Heartbeat.SessionRecord Modifier and Type Method Description Heartbeat.SessionRecordHeartbeat.OtherNodeWithDifferentVersionError. getAnotherSessionRecord()Heartbeat.SessionRecordHeartbeat.OtherNodeWithSameIdIsActive. getOtherNode()Methods in jetbrains.buildServer.serverSide.db that return types with arguments of type Heartbeat.SessionRecord Modifier and Type Method Description List<Heartbeat.SessionRecord>HeartbeatBeforeVersion10Table. fetchAllRecords(DBFunctions dbf)List<Heartbeat.SessionRecord>HeartbeatTable. fetchAllRecords(DBFunctions dbf)List<Heartbeat.SessionRecord>HeartbeatVersion10Table. fetchAllRecords(DBFunctions dbf)List<Heartbeat.SessionRecord>HeartbeatVersion20182Table. fetchAllRecords(DBFunctions dbf)List<Heartbeat.SessionRecord>HeartbeatVersion20202Table. fetchAllRecords(DBFunctions dbf)abstract List<Heartbeat.SessionRecord>VersionSpecificHeartbeatTable. fetchAllRecords(DBFunctions dbf)
-