org.apache.jmeter

Class JMeterReport

Implemented Interfaces:
JMeterPlugin

public class JMeterReport
extends Object
implements JMeterPlugin

JMeterReport is the main class for the reporting component. For now, the plan is to make the reporting component a separate GUI, which can run in GUI or console mode. The purpose of the GUI is to design reports, which can then be run. One of the primary goals of the reporting component is to make it so the reports can be run in an automated process. The report GUI is different than the main JMeter GUI in several ways. The class follows the same design as JMeter.java. This should keep things consistent and make it easier to maintain.

Constructor Summary

JMeterReport()

Method Summary

String[][]
getIconMappings()
String[][]
getResourceBundles()
void
start(String[] args)
void
startGui(org.apache.commons.cli.avalon.CLOption testFile)
void
startNonGui(org.apache.commons.cli.avalon.CLOption testFile, org.apache.commons.cli.avalon.CLOption logFile)

Constructor Details

JMeterReport

public JMeterReport()

Method Details

getIconMappings

public String[][] getIconMappings()
Specified by:
getIconMappings in interface JMeterPlugin

getResourceBundles

public String[][] getResourceBundles()
Specified by:
getResourceBundles in interface JMeterPlugin

start

public void start(String[] args)
Parameters:
args -

startGui

public void startGui(org.apache.commons.cli.avalon.CLOption testFile)

startNonGui

public void startNonGui(org.apache.commons.cli.avalon.CLOption testFile,
                        org.apache.commons.cli.avalon.CLOption logFile)

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