| java.lang.Object org.apache.jmeter.JMeterReport
JMeterReport | public class JMeterReport implements JMeterPlugin(Code) | | author: pete author: JMeterReport is the main class for the reporting component. For now, author: the plan is to make the reporting component a separate GUI, which author: can run in GUI or console mode. The purpose of the GUI is to design author: reports, which can then be run. One of the primary goals of the author: reporting component is to make it so the reports can be run in an author: automated process. author: The report GUI is different than the main JMeter GUI in several ways. author: author: - the gui is not multi-threaded
author: - the gui uses different components
author: - the gui is focused on designing reports from the jtl logs
author: generated during a test run author:
author: The class follows the same design as JMeter.java. This should keep author: things consistent and make it easier to maintain. |
testEnded | transient boolean testEnded(Code) | | |
JMeterReport | public JMeterReport()(Code) | | |
getResourceBundles | public String[][] getResourceBundles()(Code) | | |
start | public void start(String[] args)(Code) | | Parameters: args - |
|
|