Uses of Class
org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
Packages that use RunEntryStatistics
-
Uses of RunEntryStatistics in org.apache.maven.plugin.surefire.runorder
Methods in org.apache.maven.plugin.surefire.runorder that return RunEntryStatisticsModifier and TypeMethodDescriptionRunEntryStatisticsMap.createNextGeneration(ReportEntry reportEntry) RunEntryStatisticsMap.createNextGenerationFailure(ReportEntry reportEntry) RunEntryStatisticsMap.findOrCreate(ReportEntry reportEntry) static RunEntryStatisticsRunEntryStatistics.fromReportEntry(ReportEntry previous) static RunEntryStatisticsRunEntryStatistics.fromString(String line) static RunEntryStatisticsRunEntryStatistics.fromValues(int runTime, int successfulBuilds, Class clazz, String testName) RunEntryStatistics.nextGeneration(int runTime) RunEntryStatistics.nextGenerationFailure(int runTime) Methods in org.apache.maven.plugin.surefire.runorder with parameters of type RunEntryStatisticsModifier and TypeMethodDescriptionvoidRunEntryStatisticsMap.add(RunEntryStatistics item) voidPriority.addItem(RunEntryStatistics itemStat) Constructor parameters in org.apache.maven.plugin.surefire.runorder with type arguments of type RunEntryStatisticsModifierConstructorDescriptionRunEntryStatisticsMap(Map<String, RunEntryStatistics> runEntryStatistics)