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. runEntryStatistics
Methods in org.apache.maven.plugin.surefire.runorder that return RunEntryStatistics Modifier and Type Method Description RunEntryStatistics
RunEntryStatisticsMap. createNextGeneration(ReportEntry reportEntry)
RunEntryStatistics
RunEntryStatisticsMap. createNextGenerationFailure(ReportEntry reportEntry)
private RunEntryStatistics
RunEntryStatisticsMap. findOrCreate(ReportEntry reportEntry)
RunEntryStatistics
RunEntryStatistics. nextGeneration(int runTime)
RunEntryStatistics
RunEntryStatistics. nextGenerationFailure(int runTime)
Methods in org.apache.maven.plugin.surefire.runorder with parameters of type RunEntryStatistics Modifier and Type Method Description void
RunEntryStatisticsMap. add(RunEntryStatistics item)
void
Priority. addItem(RunEntryStatistics itemStat)
int
RunEntryStatisticsMap.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)
-