Uses of Class
org.apache.maven.surefire.api.runorder.RunEntryStatisticsMap
-
Packages that use RunEntryStatisticsMap Package Description org.apache.maven.plugin.surefire.runorder org.apache.maven.surefire.api.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 RunEntryStatisticsMapStatisticsReporter. existingprivate RunEntryStatisticsMapStatisticsReporter. newResultsConstructors in org.apache.maven.plugin.surefire.runorder with parameters of type RunEntryStatisticsMap Constructor Description StatisticsReporter(java.io.File dataFile, RunEntryStatisticsMap existing, RunEntryStatisticsMap newResults) -
Uses of RunEntryStatisticsMap in org.apache.maven.surefire.api.runorder
Methods in org.apache.maven.surefire.api.runorder that return RunEntryStatisticsMap Modifier and Type Method Description static RunEntryStatisticsMapRunEntryStatisticsMap. fromFile(java.io.File file)static RunEntryStatisticsMapRunEntryStatisticsMap. fromStream(java.io.InputStream fileReader)
-