Uses of Class
com.beaglesecurity.entities.TestSession
-
Packages that use TestSession Package Description com.beaglesecurity.api.results com.beaglesecurity.client -
-
Uses of TestSession in com.beaglesecurity.api.results
Methods in com.beaglesecurity.api.results that return types with arguments of type TestSession Modifier and Type Method Description List<TestSession>TestSessionResult. getSessions()Method parameters in com.beaglesecurity.api.results with type arguments of type TestSession Modifier and Type Method Description voidTestSessionResult. setSessions(List<TestSession> sessions) -
Uses of TestSession in com.beaglesecurity.client
Methods in com.beaglesecurity.client that return types with arguments of type TestSession Modifier and Type Method Description List<TestSession>BeagleSecurityClient. getTestSessions(String applicationToken, int count)Gets a number of test sessions under an applicationList<TestSession>BeagleSecurityClientImpl. getTestSessions(String applicationToken, int count)
-