Uses of Interface
jetbrains.buildServer.serverSide.db.SessionInfo
-
Packages that use SessionInfo Package Description jetbrains.buildServer.maintenance jetbrains.buildServer.serverSide.db -
-
Uses of SessionInfo in jetbrains.buildServer.maintenance
Methods in jetbrains.buildServer.maintenance that return SessionInfo Modifier and Type Method Description SessionInfo
StartupContext. getCompetitorSession()
Methods in jetbrains.buildServer.maintenance that return types with arguments of type SessionInfo Modifier and Type Method Description List<SessionInfo>
StartupContext. getOtherNodes()
Methods in jetbrains.buildServer.maintenance with parameters of type SessionInfo Modifier and Type Method Description void
StartupContext. setCompetitorSession(SessionInfo competitorSession)
-
Uses of SessionInfo in jetbrains.buildServer.serverSide.db
Classes in jetbrains.buildServer.serverSide.db that implement SessionInfo Modifier and Type Class Description static class
Heartbeat.SessionRecord
Methods in jetbrains.buildServer.serverSide.db that return SessionInfo Modifier and Type Method Description SessionInfo
Heartbeat. getCurrentSession()
SessionInfo
Heartbeat.MainServerWithDifferentVersionError. getMainServerSession()
SessionInfo
Heartbeat.OtherNodeUsesDifferentDataDir. getOtherNode()
Methods in jetbrains.buildServer.serverSide.db that return types with arguments of type SessionInfo Modifier and Type Method Description List<SessionInfo>
Heartbeat. getValidSessions()
-