Uses of Class
jetbrains.buildServer.serverSide.TestGroup
-
Packages that use TestGroup Package Description jetbrains.buildServer.controllers.viewLog -
-
Uses of TestGroup in jetbrains.buildServer.controllers.viewLog
Methods in jetbrains.buildServer.controllers.viewLog that return types with arguments of type TestGroup Modifier and Type Method Description List<TestGroup>
TestsTabData. getGroups()
Constructors in jetbrains.buildServer.controllers.viewLog with parameters of type TestGroup Constructor Description TestsTabData(TestGroup rootGroup, int foundGroups, Long foundDuration, int foundTestCount, int foundFailedCount, int foundIgnoredCound, Set<Long> testNameIdsWithoutStats)
-