public class JMeter extends Object implements JMeterPlugin
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_TREE_ICON_SIZE |
static String |
HTTP_PROXY_PASS |
static String |
HTTP_PROXY_USER |
static String |
JMETER_NON_GUI |
static String |
JMETER_REPORT_OUTPUT_DIR_PROPERTY |
protected static String |
KEY_SIZE |
static String |
TREE_ICON_SIZE |
static int |
UDP_PORT_DEFAULT |
Constructor and Description |
---|
JMeter() |
Modifier and Type | Method and Description |
---|---|
static void |
convertSubTree(HashTree tree)
Deprecated.
This method does not correctly handle a tree with Replaceable controllers
that contain NoThreadClone element. Use
convertSubTree(HashTree, boolean) |
static HashTree |
convertSubTree(HashTree tree,
boolean cloneAtEnd)
This function does the following:
Remove disabled elements
Replace the ReplaceableController with the target subtree
If cloneAtEnd is true : Clone the tree to ensure Commonly referenced NoThreadClone elements are cloned
THIS IS INTERNAL JMETER API and should be used with care
|
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 static final String JMETER_REPORT_OUTPUT_DIR_PROPERTY
public static final String TREE_ICON_SIZE
public static final String DEFAULT_TREE_ICON_SIZE
protected static final String KEY_SIZE
public void start(String[] args)
NewDriver.main(String[])
args
- The arguments for JMeter@Deprecated public static void convertSubTree(HashTree tree)
convertSubTree(HashTree, boolean)
tree
- The HashTree
to convertpublic static HashTree convertSubTree(HashTree tree, boolean cloneAtEnd)
public String[][] getIconMappings()
getIconMappings
in interface JMeterPlugin
public String[][] getResourceBundles()
getResourceBundles
in interface JMeterPlugin
public static boolean isNonGUI()
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.