JMeterPluginpublic class JMeter extends Object implements JMeterPlugin
| Modifier and Type | Field | Description |
|---|---|---|
static String |
HTTP_PROXY_PASS |
|
static String |
HTTP_PROXY_USER |
|
static String |
JMETER_NON_GUI |
|
static int |
UDP_PORT_DEFAULT |
| Constructor | Description |
|---|---|
JMeter() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
convertSubTree(HashTree tree) |
Refactored from AbstractAction.java
|
String[][] |
getIconMappings() |
|
String[][] |
getResourceBundles() |
|
static boolean |
isNonGUI() |
Check if JMeter is running in non-GUI mode.
|
void |
start(String[] args) |
Takes the command line arguments and uses them to determine how to
startup JMeter.
|
public static final int UDP_PORT_DEFAULT
public static final String HTTP_PROXY_PASS
public static final String HTTP_PROXY_USER
public static final String JMETER_NON_GUI
public void start(String[] args)
NewDriver.main(String[])args - The arguments for JMeterpublic static void convertSubTree(HashTree tree)
tree - The HashTree to convertpublic String[][] getIconMappings()
getIconMappings in interface JMeterPluginpublic String[][] getResourceBundles()
getResourceBundles in interface JMeterPluginpublic static boolean isNonGUI()
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.