| |
|
| java.lang.Object org.apache.jmeter.testelement.AbstractTestElement org.apache.jmeter.testelement.ReportPlan
USER_DEFINED_VARIABLES | final public static String USER_DEFINED_VARIABLES(Code) | | |
ReportPlan | public ReportPlan()(Code) | | |
addConfigElement | public void addConfigElement(ConfigElement c)(Code) | | Adds a feature to the ConfigElement attribute of the TestPlan object.
Parameters: c - the feature to be added to the ConfigElement attribute |
addReportPage | public void addReportPage(ThreadGroup group)(Code) | | Adds a feature to the ThreadGroup attribute of the TestPlan object.
Parameters: group - the feature to be added to the ThreadGroup attribute |
getFunctionalMode | public static boolean getFunctionalMode()(Code) | | Gets the static copy of the functional mode
mode |
getReportPages | public Collection getReportPages()(Code) | | Gets the ThreadGroups attribute of the TestPlan object.
the ThreadGroups value |
getUserDefinedVariables | public Map getUserDefinedVariables()(Code) | | |
setUserDefinedVariables | public void setUserDefinedVariables(Arguments vars)(Code) | | |
testEnded | public void testEnded()(Code) | | |
testStarted | public void testStarted()(Code) | | |
|
|
|