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 RunEntryStatistics
RunEntryStatistics.fromReportEntry
(ReportEntry previous) static RunEntryStatistics
RunEntryStatistics.fromString
(String line) static RunEntryStatistics
RunEntryStatistics.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 TypeMethodDescriptionvoid
RunEntryStatisticsMap.add
(RunEntryStatistics item) void
Priority.addItem
(RunEntryStatistics itemStat) Constructor parameters in org.apache.maven.plugin.surefire.runorder with type arguments of type RunEntryStatisticsModifierConstructorDescriptionRunEntryStatisticsMap
(Map<String, RunEntryStatistics> runEntryStatistics)