Uses of Class
jetbrains.buildServer.serverSide.stat.TestFailureRate
-
Packages that use TestFailureRate Package Description jetbrains.buildServer.serverSide.stat -
-
Uses of TestFailureRate in jetbrains.buildServer.serverSide.stat
Methods in jetbrains.buildServer.serverSide.stat that return types with arguments of type TestFailureRate Modifier and Type Method Description List<TestFailureRate>TestFailureRateCollector. getFailingTests(String buildTypeId, float failureRate)List<TestFailureRate>TestFailuresStatistics. getFailingTests(String buildTypeId, float failureRate)Returns list ofTestFailureRateobjects of most frequently failing tests in the build configuration.Methods in jetbrains.buildServer.serverSide.stat with parameters of type TestFailureRate Modifier and Type Method Description intTestFailureRate. compareTo(TestFailureRate rate)
-