Uses of Class
jetbrains.buildServer.serverSide.stat.TestRunTuple
-
Packages that use TestRunTuple Package Description jetbrains.buildServer.serverSide.impl.query jetbrains.buildServer.serverSide.stat -
-
Uses of TestRunTuple in jetbrains.buildServer.serverSide.impl.query
Methods in jetbrains.buildServer.serverSide.impl.query that return types with arguments of type TestRunTuple Modifier and Type Method Description static List<TestRunTuple>
SelectTestsQuery. getTestsWithNames(long buildId, Collection<Long> testNameIds, DBFunctions dbf)
static Map<Long,List<TestRunTuple>>
SelectTestsQuery. getTestsWithStatuses(SQLRunnerEx runner, Collection<Long> buildIds, Collection<Status> statuses, boolean fromArchive)
Method parameters in jetbrains.buildServer.serverSide.impl.query with type arguments of type TestRunTuple Modifier and Type Method Description static boolean
SelectTestsQuery. processTestsWithNames(Collection<Long> buildIds, Collection<Long> testNameIds, BiProcessor<Long,TestRunTuple> buildTestsProcessor, SQLRunnerEx sqlRunner, boolean fromArchive)
-
Uses of TestRunTuple in jetbrains.buildServer.serverSide.stat
Methods in jetbrains.buildServer.serverSide.stat that return types with arguments of type TestRunTuple Modifier and Type Method Description Map<Long,List<TestRunTuple>>
BuildStatisticsCacheSerializer. getCachedTestRuns()
Map<Long,List<TestRunTuple>>
BuildTestsProvider. getTestsWithStatuses(Collection<SBuild> builds, Collection<Status> statuses)
List<TestRunTuple>
BuildTestsProvider. getTestsWithStatuses(SBuild build, Collection<Status> statuses)
Method parameters in jetbrains.buildServer.serverSide.stat with type arguments of type TestRunTuple Modifier and Type Method Description boolean
BuildTestsProvider. processTestsWithNames(Collection<SBuild> builds, Collection<Long> testNameIds, BiProcessor<Long,TestRunTuple> buildTestsProcessor)
void
BuildStatisticsCacheSerializer. saveStatsDataToCache(Map<Long,List<TestRunTuple>> testsWithStatuses, int totalTestCount, int ignoredTestCount, long testDuration, boolean finalized)
-