Uses of Class
jetbrains.buildServer.serverSide.impl.query.SelectTestsQuery.Totals
-
Packages that use SelectTestsQuery.Totals Package Description jetbrains.buildServer.serverSide.impl.query jetbrains.buildServer.serverSide.stat -
-
Uses of SelectTestsQuery.Totals in jetbrains.buildServer.serverSide.impl.query
Methods in jetbrains.buildServer.serverSide.impl.query that return SelectTestsQuery.Totals Modifier and Type Method Description static SelectTestsQuery.TotalsSelectTestsQuery. getTotalsForNonCompositeBuildWithGrouping(SQLRunnerEx sqlRunner, long buildId, boolean fromArchive)static SelectTestsQuery.TotalsSelectTestsQuery. getTotalsForNonCompositeBuildWithoutGrouping(SQLRunnerEx sqlRunner, long buildId, boolean fromArchive) -
Uses of SelectTestsQuery.Totals in jetbrains.buildServer.serverSide.stat
Methods in jetbrains.buildServer.serverSide.stat that return SelectTestsQuery.Totals Modifier and Type Method Description SelectTestsQuery.TotalsBuildStatisticsCacheSerializer. getCachedTestStats()SelectTestsQuery.TotalsBuildTestsProvider. getTotalsForNonCompositeBuildWithGrouping(SBuild build)SelectTestsQuery.TotalsBuildTestsProvider. getTotalsForNonCompositeBuildWithoutGrouping(SBuild build)
-