addParameter
public void addParameter(String name,
String value)
addThreadGroup
public void addThreadGroup(ThreadGroup group)
Adds a feature to the ThreadGroup attribute of the TestPlan object.
group
- the feature to be added to the ThreadGroup attribute
getBasedir
public String getBasedir()
getFunctionalMode
public static boolean getFunctionalMode()
Gets the static copy of the functional mode
getTestPlanClasspath
public String getTestPlanClasspath()
Returns the classpath
getTestPlanClasspathArray
public String[] getTestPlanClasspathArray()
getUserDefinedVariables
public Map getUserDefinedVariables()
getUserDefinedVariablesAsProperty
public JMeterProperty getUserDefinedVariablesAsProperty()
isFunctionalMode
public boolean isFunctionalMode()
Fetches the functional mode property
isSerialized
public boolean isSerialized()
Fetch the serialize threadgroups property
prepareForPreCompile
public void prepareForPreCompile()
setBasedir
public void setBasedir(String b)
setFunctionalMode
public void setFunctionalMode(boolean funcMode)
setSerialized
public void setSerialized(boolean serializeTGs)
setTestPlanClasspath
public void setTestPlanClasspath(String text)
Set the classpath for the test plan
setTestPlanClasspathArray
public void setTestPlanClasspathArray(String[] text)
setUserDefinedVariables
public void setUserDefinedVariables(Arguments vars)