Uses of Class
com.beaglesecurity.entities.TestRunningSession
-
Packages that use TestRunningSession Package Description com.beaglesecurity.api.results com.beaglesecurity.client -
-
Uses of TestRunningSession in com.beaglesecurity.api.results
Methods in com.beaglesecurity.api.results that return types with arguments of type TestRunningSession Modifier and Type Method Description List<TestRunningSession>TestRunningSessionResult. getSessions()Method parameters in com.beaglesecurity.api.results with type arguments of type TestRunningSession Modifier and Type Method Description voidTestRunningSessionResult. setSessions(List<TestRunningSession> sessions) -
Uses of TestRunningSession in com.beaglesecurity.client
Methods in com.beaglesecurity.client that return types with arguments of type TestRunningSession Modifier and Type Method Description List<TestRunningSession>BeagleSecurityClient. getTeamTestRunningSessions(String teamId)Gets all running sessions under a teamList<TestRunningSession>BeagleSecurityClientImpl. getTeamTestRunningSessions(String teamId)List<TestRunningSession>BeagleSecurityClient. getTestRunningSessions()Gets all running sessions under a userList<TestRunningSession>BeagleSecurityClientImpl. getTestRunningSessions()
-