Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.testelement » [javadoc | source]
org.apache.jmeter.testelement
public class: TestPlan [javadoc | source]
java.lang.Object
   org.apache.jmeter.testelement.AbstractTestElement
      org.apache.jmeter.testelement.TestPlan

All Implemented Interfaces:
    TestListener, Serializable, TestElement

Field Summary
public static final  String THREAD_GROUPS     
public static final  String FUNCTIONAL_MODE     
public static final  String USER_DEFINED_VARIABLES     
public static final  String SERIALIZE_THREADGROUPS     
public static final  String CLASSPATHS     
public static final  String COMMENTS     
public static final  String BASEDIR     
Constructor:
 public TestPlan() 
 public TestPlan(String name) 
Method from org.apache.jmeter.testelement.TestPlan Summary:
addConfigElement,   addJMeterComponent,   addParameter,   addTestElement,   addThreadGroup,   createTestPlan,   getBasedir,   getFunctionalMode,   getTestPlanClasspath,   getTestPlanClasspathArray,   getThreadGroups,   getUserDefinedVariables,   isFunctionalMode,   isSerialized,   prepareForPreCompile,   setBasedir,   setFunctionalMode,   setSerialized,   setTestPlanClasspath,   setTestPlanClasspathArray,   setUserDefinedVariables,   testEnded,   testEnded,   testIterationStart,   testStarted,   testStarted
Methods from org.apache.jmeter.testelement.AbstractTestElement:
addProperty,   addTestElement,   canRemove,   clear,   clearTemporary,   clone,   emptyTemporary,   equals,   getName,   getProperty,   getPropertyAsBoolean,   getPropertyAsBoolean,   getPropertyAsDouble,   getPropertyAsFloat,   getPropertyAsInt,   getPropertyAsLong,   getPropertyAsString,   getThreadContext,   getThreadName,   isEnabled,   isRunningVersion,   isTemporary,   logProperties,   mergeIn,   nextIsNull,   propertyIterator,   recoverRunningVersion,   removeProperty,   setName,   setProperty,   setProperty,   setRunningVersion,   setTemporary,   setThreadContext,   setThreadName,   threadFinished,   threadStarted,   traverse,   traverseCollection,   traverseMap,   traverseProperty
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jmeter.testelement.TestPlan Detail:
 public  void addConfigElement(ConfigElement c) 
    Adds a feature to the ConfigElement attribute of the TestPlan object.
 public  void addJMeterComponent(TestElement child) 
 public  void addParameter(String name,
    String value) 
 public  void addTestElement(TestElement tg) 
 public  void addThreadGroup(ThreadGroup group) 
    Adds a feature to the ThreadGroup attribute of the TestPlan object.
 public static TestPlan createTestPlan(String name) 
 public String getBasedir() 
 public static boolean getFunctionalMode() 
    Gets the static copy of the functional mode
 public String getTestPlanClasspath() 
    Returns a string in CSV format
 public String[] getTestPlanClasspathArray() 
 public Collection getThreadGroups() 
    Gets the ThreadGroups attribute of the TestPlan object.
 public Map getUserDefinedVariables() 
 public boolean isFunctionalMode() 
    Fetches the functional mode property
 public boolean isSerialized() 
    Fetch the serialize threadgroups property
 public  void prepareForPreCompile() 
 public  void setBasedir(String b) 
 public  void setFunctionalMode(boolean funcMode) 
 public  void setSerialized(boolean serializeTGs) 
 public  void setTestPlanClasspath(String text) 
    Set the classpath for the test plan
 public  void setTestPlanClasspathArray(String[] text) 
 public  void setUserDefinedVariables(Arguments vars) 
 public  void testEnded() 
 public  void testEnded(String host) 
 public  void testIterationStart(LoopIterationEvent event) 
 public  void testStarted() 
 public  void testStarted(String host)