org.apache.jmeter.report.engine

Interface ReportEngine

Known Implementing Classes:
StandardReportEngine

public interface ReportEngine

ReportEngine is the base interface for report engines

Method Summary

void
configure(HashTree testPlan)
void
exit()
void
reset()
void
runReport()
void
stopReport()

Method Details

configure

public void configure(HashTree testPlan)

exit

public void exit()

reset

public void reset()

runReport

public void runReport()
            throws JMeterEngineException

stopReport

public void stopReport()

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