Uses of Class
jetbrains.buildServer.web.problems.GroupedTestsBean
-
-
Uses of GroupedTestsBean in jetbrains.buildServer.controllers.investigate
Methods in jetbrains.buildServer.controllers.investigate that return GroupedTestsBean Modifier and Type Method Description GroupedTestsBeanInvestigationsBean. getTestGroup() -
Uses of GroupedTestsBean in jetbrains.buildServer.controllers.project
Methods in jetbrains.buildServer.controllers.project that return GroupedTestsBean Modifier and Type Method Description GroupedTestsBeanMutedProblemsBean. getGroupedTestsBean() -
Uses of GroupedTestsBean in jetbrains.buildServer.controllers.viewLog
Methods in jetbrains.buildServer.controllers.viewLog that return GroupedTestsBean Modifier and Type Method Description GroupedTestsBeanDependenciesInfo. getGroupedFailedTests()GroupedTestsBeanBuildResultsSummary. getGroupedTests()GroupedTestsBeanBuildResultsBean. getIgnoredGroup() -
Uses of GroupedTestsBean in jetbrains.buildServer.web.problems
Methods in jetbrains.buildServer.web.problems that return GroupedTestsBean Modifier and Type Method Description static GroupedTestsBeanGroupedTestsBean. createForFailedBuilds(SBuild... builds)static GroupedTestsBeanGroupedTestsBean. createForTestMap(Map<TestName,List<STestRun>> testNames, SProject project)static GroupedTestsBeanGroupedTestsBean. createForTests(List<STestRun> tests, SUser user)static GroupedTestsBeanGroupedTestsBean. createForTests(List<STestRun> tests, SUser user, SProject project)static GroupedTestsBeanGroupedTestsBean. createForTestsUnsorted(List<STestRun> tests, SUser user)GroupedTestsBeanCurrentProblemsBean. getFailingTestsGroup()GroupedTestsBeanCurrentProblemsBean. getMutedFailedTests()
-