org.rhq.helpers.perftest.support.reporting
Class ExcelExporter
java.lang.Object
org.rhq.helpers.perftest.support.reporting.ExcelExporter
- All Implemented Interfaces:
- PerformanceReportExporter
public class ExcelExporter
- extends Object
- implements PerformanceReportExporter
Export data to an excel sheet
- Author:
- Heiko W. Rupp
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelExporter
public ExcelExporter()
setBaseFile
public void setBaseFile(String fileName)
- Specified by:
setBaseFile in interface PerformanceReportExporter
setRolling
public void setRolling(PerformanceReporting.Rolling rolling)
- Specified by:
setRolling in interface PerformanceReportExporter
export
public void export(Map<String,Long> timings,
org.testng.ITestResult result)
- Specified by:
export in interface PerformanceReportExporter
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.