org.apache.jmeter.report.writers
Interface ReportSummary
- Cloneable
- DefaultReportSummary
public interface ReportSummary
extends Cloneable
The purpose of ReportSummary is to provide a detailed description of the
reports generated, how long it took and where the generated files are
located.
addPageSummary
public void addPageSummary(PageSummary summary)
Add a page summary to the report summary
getElapsedTime
public long getElapsedTime()
This should be the elapsed time to run all the reports. Classes
implementing it should simply add up the elapsed time for each
report page.
getPagesSummaries
public PageSummary[] getPagesSummaries()
The method should return a list of the pages generated for the
report and whether it succeeded or not
removePageSummary
public void removePageSummary(PageSummary summary)
Remove a page summary from the report summary.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.