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 GroupedTestsBean
InvestigationsBean. getTestGroup()
-
Uses of GroupedTestsBean in jetbrains.buildServer.controllers.project
Methods in jetbrains.buildServer.controllers.project that return GroupedTestsBean Modifier and Type Method Description GroupedTestsBean
MutedProblemsBean. getGroupedTestsBean()
-
Uses of GroupedTestsBean in jetbrains.buildServer.controllers.viewLog
Methods in jetbrains.buildServer.controllers.viewLog that return GroupedTestsBean Modifier and Type Method Description GroupedTestsBean
DependenciesInfo. getGroupedFailedTests()
GroupedTestsBean
BuildResultsSummary. getGroupedTests()
GroupedTestsBean
BuildResultsBean. getIgnoredGroup()
-
Uses of GroupedTestsBean in jetbrains.buildServer.web.problems
Methods in jetbrains.buildServer.web.problems that return GroupedTestsBean Modifier and Type Method Description static GroupedTestsBean
GroupedTestsBean. createForFailedBuilds(SBuild... builds)
static GroupedTestsBean
GroupedTestsBean. createForTestMap(Map<TestName,List<STestRun>> testNames, SProject project)
static GroupedTestsBean
GroupedTestsBean. createForTests(List<STestRun> tests, SUser user)
static GroupedTestsBean
GroupedTestsBean. createForTests(List<STestRun> tests, SUser user, SProject project)
static GroupedTestsBean
GroupedTestsBean. createForTestsUnsorted(List<STestRun> tests, SUser user)
GroupedTestsBean
CurrentProblemsBean. getFailingTestsGroup()
GroupedTestsBean
CurrentProblemsBean. getMutedFailedTests()
-