Package org.apache.jmeter.gui.action
Class Start
java.lang.Object
org.apache.jmeter.gui.action.AbstractAction
org.apache.jmeter.gui.action.Start
- All Implemented Interfaces:
 Command
Set of Actions to:
 
- Start a Test Plan
 - Start a Test Plan without sleeping on the timers
 - Stop a Test Plan
 - Shutdown a Test plan
 - Run a set of Thread Groups
 - Run a set of Thread Groups without sleeping on the timers
 - Validate a set of Thread Groups with/without sleeping on the timers depending on jmeter properties
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidGets the ActionNames attribute of the Start object.Methods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave 
- 
Constructor Details
- 
Start
public Start()Constructor for the Start object. 
 - 
 - 
Method Details
- 
getActionNames
Gets the ActionNames attribute of the Start object.- Returns:
 - the ActionNames value
 
 - 
doAction
- Specified by:
 doActionin interfaceCommand- Overrides:
 doActionin classAbstractAction- See Also:
 
 
 -