Uses of Class
org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
-
Packages that use RunEntryStatisticsMap Package Description org.apache.maven.plugin.surefire.runorder -
-
Uses of RunEntryStatisticsMap in org.apache.maven.plugin.surefire.runorder
Fields in org.apache.maven.plugin.surefire.runorder declared as RunEntryStatisticsMap Modifier and Type Field Description private RunEntryStatisticsMap
StatisticsReporter. existing
private RunEntryStatisticsMap
StatisticsReporter. newResults
Methods in org.apache.maven.plugin.surefire.runorder that return RunEntryStatisticsMap Modifier and Type Method Description static RunEntryStatisticsMap
RunEntryStatisticsMap. fromFile(java.io.File file)
(package private) static RunEntryStatisticsMap
RunEntryStatisticsMap. fromStream(java.io.InputStream fileReader)
Constructors in org.apache.maven.plugin.surefire.runorder with parameters of type RunEntryStatisticsMap Constructor Description StatisticsReporter(java.io.File dataFile, RunEntryStatisticsMap existing, RunEntryStatisticsMap newResults)
-