Uses of Class
jetbrains.buildServer.controllers.fakes.FakeHttpSession
-
Packages that use FakeHttpSession Package Description jetbrains.buildServer.controllers jetbrains.buildServer.controllers.fakes -
-
Uses of FakeHttpSession in jetbrains.buildServer.controllers
Subclasses of FakeHttpSession in jetbrains.buildServer.controllers Modifier and Type Class Description classMockSessionMethods in jetbrains.buildServer.controllers that return FakeHttpSession Modifier and Type Method Description protected FakeHttpSessionMockRequest. createSession() -
Uses of FakeHttpSession in jetbrains.buildServer.controllers.fakes
Methods in jetbrains.buildServer.controllers.fakes that return FakeHttpSession Modifier and Type Method Description protected FakeHttpSessionFakeHttpServletRequest. createSession()FakeHttpSessionFakeHttpServletRequest. getSession()FakeHttpSessionFakeHttpServletRequest. getSession(boolean b)Methods in jetbrains.buildServer.controllers.fakes with parameters of type FakeHttpSession Modifier and Type Method Description voidFakeHttpServletRequest. setSession(FakeHttpSession session)
-