|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.jmeter.report.writers.DefaultReportSummary
public class DefaultReportSummary
The default implementation of ReportSummary just contains the stats and basic information. It doesn't contain the actual report. In the future we may want to implement a version with all the details to display in a Swing GUI.
| Constructor Summary | |
|---|---|
DefaultReportSummary()
|
|
| Method Summary | |
|---|---|
void |
addPageSummary(PageSummary summary)
Add a PageSummary to the report |
long |
getElapsedTime()
current implementation simply iterates over the Page summaries and adds the times. |
PageSummary[] |
getPagesSummaries()
The current implementation calls ArrayList.toArray(Object[]) |
void |
removePageSummary(PageSummary summary)
remove a PageSummary |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultReportSummary()
| Method Detail |
|---|
public void addPageSummary(PageSummary summary)
addPageSummary in interface ReportSummarypublic long getElapsedTime()
getElapsedTime in interface ReportSummarypublic PageSummary[] getPagesSummaries()
getPagesSummaries in interface ReportSummarypublic void removePageSummary(PageSummary summary)
removePageSummary in interface ReportSummary
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||