org.apache.jmeter.report.writers

Interface ReportWriter

Known Implementing Classes:
AbstractReportWriter, HTMLReportWriter

public interface ReportWriter

ReportWriter defines the basic operations of a report writer. A report plan may have multiple report writers. it might be nice to have a pdf writer in the future.

Method Summary

String
getTargetDirectory()
void
setTargetDirectory(String directory)
ReportSummary
writeReport(TestElement element)

Method Details

getTargetDirectory

public String getTargetDirectory()

setTargetDirectory

public void setTargetDirectory(String directory)

writeReport

public ReportSummary writeReport(TestElement element)

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.