|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface PerformanceReporting
Define were to export performance test results to
| 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 |
|---|
public abstract Class<? extends PerformanceReportExporter> exporter
public abstract String baseFilename
public abstract PerformanceReporting.Rolling rolling
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||