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.Totals
SelectTestsQuery. getTotalsForNonCompositeBuildWithGrouping(SQLRunnerEx sqlRunner, long buildId, boolean fromArchive)
static SelectTestsQuery.Totals
SelectTestsQuery. 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.Totals
BuildStatisticsCacheSerializer. getCachedTestStats()
SelectTestsQuery.Totals
BuildTestsProvider. getTotalsForNonCompositeBuildWithGrouping(SBuild build)
SelectTestsQuery.Totals
BuildTestsProvider. getTotalsForNonCompositeBuildWithoutGrouping(SBuild build)
-