public interface ReportSummary extends Cloneable
| Modifier and Type | Method and Description |
|---|---|
void |
addPageSummary(PageSummary summary)
Add a page summary to the report summary
|
long |
getElapsedTime()
This should be the elapsed time to run all the reports.
|
PageSummary[] |
getPagesSummaries()
The method should return a list of the pages generated for the
report and whether it succeeded or not
|
void |
removePageSummary(PageSummary summary)
Remove a page summary from the report summary.
|
void addPageSummary(PageSummary summary)
summary - long getElapsedTime()
PageSummary[] getPagesSummaries()
void removePageSummary(PageSummary summary)
summary - Copyright © 1998-2015 Apache Software Foundation. All Rights Reserved.