|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.testelement.ReportPlan
Field Summary | |
static String |
BASEDIR
|
static String |
COMMENTS
|
static String |
REPORT_PAGE
|
static String |
USER_DEFINED_VARIABLES
|
Fields inherited from interface org.apache.jmeter.testelement.TestElement |
ENABLED, GUI_CLASS, NAME, TEST_CLASS |
Constructor Summary | |
ReportPlan()
|
|
ReportPlan(String name)
|
Method Summary | |
void |
addConfigElement(ConfigElement c)
Adds a feature to the ConfigElement attribute of the TestPlan object. |
void |
addJMeterComponent(TestElement child)
|
void |
addParameter(String name,
String value)
|
void |
addReportPage(ThreadGroup group)
Adds a feature to the ThreadGroup attribute of the TestPlan object. |
void |
addTestElement(TestElement tg)
|
static ReportPlan |
createReportPlan(String name)
|
String |
getBasedir()
|
static boolean |
getFunctionalMode()
Gets the static copy of the functional mode |
Collection |
getReportPages()
Gets the ThreadGroups attribute of the TestPlan object. |
Map |
getUserDefinedVariables()
|
void |
setBasedir(String b)
|
void |
setUserDefinedVariables(Arguments vars)
|
void |
testEnded()
Called once for all threads after the end of a test. |
void |
testEnded(String host)
Called once for all threads after the end of a test. |
void |
testIterationStart(LoopIterationEvent event)
Each time through a Thread Group's test script, an iteration event is fired for each thread. |
void |
testStarted()
Called just before the start of the test from the main engine thread. |
void |
testStarted(String host)
Called just before the start of the test from the main engine thread. |
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setName, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String REPORT_PAGE
public static final String USER_DEFINED_VARIABLES
public static final String COMMENTS
public static final String BASEDIR
Constructor Detail |
public ReportPlan()
public ReportPlan(String name)
Method Detail |
public void setUserDefinedVariables(Arguments vars)
public String getBasedir()
public void setBasedir(String b)
public Map getUserDefinedVariables()
public static boolean getFunctionalMode()
public void addParameter(String name, String value)
public static ReportPlan createReportPlan(String name)
public void addTestElement(TestElement tg)
addTestElement
in interface TestElement
addTestElement
in class AbstractTestElement
public void addJMeterComponent(TestElement child)
public Collection getReportPages()
public void addConfigElement(ConfigElement c)
c
- the feature to be added to the ConfigElement attributepublic void addReportPage(ThreadGroup group)
group
- the feature to be added to the ThreadGroup attributepublic void testEnded()
TestListener
Called once for all threads after the end of a test. This will use the same element instances as at the start of the test.
N.B. testStarted() and testEnded() are called from different threads.
testEnded
in interface TestListener
StandardJMeterEngine.stopTest()
public void testEnded(String host)
TestListener
Called once for all threads after the end of a test. This will use the same element instances as at the start of the test.
N.B. testStarted() and testEnded() are called from different threads.
testEnded
in interface TestListener
StandardJMeterEngine.stopTest()
public void testIterationStart(LoopIterationEvent event)
TestListener
testIterationStart
in interface TestListener
event
- public void testStarted()
TestListener
Called just before the start of the test from the main engine thread. This is before the test elements are cloned. Note that not all the test variables will have been set up at this point.
N.B. testStarted() and testEnded() are called from different threads.
testStarted
in interface TestListener
StandardJMeterEngine.run()
public void testStarted(String host)
TestListener
Called just before the start of the test from the main engine thread. This is before the test elements are cloned. Note that not all the test variables will have been set up at this point.
N.B. testStarted() and testEnded() are called from different threads.
testStarted
in interface TestListener
StandardJMeterEngine.run()
|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |