|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
Constructor parameters in org.apache.maven.plugin.surefire.runorder with type arguments of type RunEntryStatistics | |
---|---|
RunEntryStatisticsMap(Map<String,RunEntryStatistics> runEntryStatistics)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |