Uses of Class
org.apache.maven.plugin.surefire.runorder.RunEntryStatistics

Packages that use RunEntryStatistics
org.apache.maven.plugin.surefire.runorder   
 

Uses of RunEntryStatistics in org.apache.maven.plugin.surefire.runorder
 

Methods in org.apache.maven.plugin.surefire.runorder that return RunEntryStatistics
 RunEntryStatistics RunEntryStatisticsMap.createNextGeneration(ReportEntry reportEntry)
           
 RunEntryStatistics RunEntryStatisticsMap.createNextGenerationFailure(ReportEntry reportEntry)
           
 RunEntryStatistics 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 RunEntryStatistics.nextGeneration(int runTime)
           
 RunEntryStatistics RunEntryStatistics.nextGenerationFailure(int runTime)
           
 

Methods in org.apache.maven.plugin.surefire.runorder with parameters of type RunEntryStatistics
 void RunEntryStatisticsMap.add(RunEntryStatistics item)
           
 void Priority.addItem(RunEntryStatistics itemStat)
           
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.