Uses of Class
org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
-
Packages that use RunEntryStatistics Package Description org.apache.maven.plugin.surefire.runorder -
-
Uses of RunEntryStatistics in org.apache.maven.plugin.surefire.runorder
Fields in org.apache.maven.plugin.surefire.runorder with type parameters of type RunEntryStatistics Modifier and Type Field Description private java.util.Map<ClassMethod,RunEntryStatistics>RunEntryStatisticsMap. runEntryStatisticsMethods in org.apache.maven.plugin.surefire.runorder that return RunEntryStatistics Modifier and Type Method Description RunEntryStatisticsRunEntryStatisticsMap. createNextGeneration(ReportEntry reportEntry)RunEntryStatisticsRunEntryStatisticsMap. createNextGenerationFailure(ReportEntry reportEntry)private RunEntryStatisticsRunEntryStatisticsMap. findOrCreate(ReportEntry reportEntry)RunEntryStatisticsRunEntryStatistics. nextGeneration(int runTime)RunEntryStatisticsRunEntryStatistics. nextGenerationFailure(int runTime)Methods in org.apache.maven.plugin.surefire.runorder with parameters of type RunEntryStatistics Modifier and Type Method Description voidRunEntryStatisticsMap. add(RunEntryStatistics item)voidPriority. addItem(RunEntryStatistics itemStat)intRunEntryStatisticsMap.RunCountComparator. compare(RunEntryStatistics o, RunEntryStatistics o1)Constructor parameters in org.apache.maven.plugin.surefire.runorder with type arguments of type RunEntryStatistics Constructor Description RunEntryStatisticsMap(java.util.Map<ClassMethod,RunEntryStatistics> runEntryStatistics)
-