org.rhq.helpers.perftest.support.testng
Annotation Type PerformanceReporting


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface PerformanceReporting

Define were to export performance test results to

Author:
Heiko W. Rupp

Required Element Summary
 Class<? extends PerformanceReportExporter> exporter
          Exporter class to use to export the report
 
Optional Element Summary
 String baseFilename
          Base file name of the report without any .xls suffix
 PerformanceReporting.Rolling rolling
          Should reports be rolled over or overwritten.
 

Element Detail

exporter

public abstract Class<? extends PerformanceReportExporter> exporter
Exporter class to use to export the report

baseFilename

public abstract String baseFilename
Base file name of the report without any .xls suffix

Default:
"performance-report"

rolling

public abstract PerformanceReporting.Rolling rolling
Should reports be rolled over or overwritten. Gives the frequency of new file creation

Default:
org.rhq.helpers.perftest.support.testng.PerformanceReporting.Rolling.DAILY


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.