addConfigElement
public void addConfigElement(ConfigElement c)
Adds a feature to the ConfigElement attribute of the TestPlan object.
c
- the feature to be added to the ConfigElement attribute
addJMeterComponent
public void addJMeterComponent(TestElement child)
addParameter
public void addParameter(String name,
String value)
addReportPage
public void addReportPage(ThreadGroup group)
Adds a feature to the ThreadGroup attribute of the TestPlan object.
group
- the feature to be added to the ThreadGroup attribute
createReportPlan
public static ReportPlan createReportPlan(String name)
getBasedir
public String getBasedir()
getFunctionalMode
public static boolean getFunctionalMode()
Gets the static copy of the functional mode
getReportPages
public Collection getReportPages()
Gets the ThreadGroups attribute of the TestPlan object.
getUserDefinedVariables
public Map getUserDefinedVariables()
setBasedir
public void setBasedir(String b)
setUserDefinedVariables
public void setUserDefinedVariables(Arguments vars)