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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidGets the ActionNames attribute of the Start object.Methods inherited from class org.apache.jmeter.gui.action.AbstractActiongetParentFrame, popupCheckExistingFileListener, popupShouldSave
- 
Constructor Details- 
Startpublic Start()Constructor for the Start object.
 
- 
- 
Method Details- 
getActionNamesGets the ActionNames attribute of the Start object.- Returns:
- the ActionNames value
 
- 
doAction- Specified by:
- doActionin interface- Command
- Overrides:
- doActionin class- AbstractAction
- See Also:
 
 
-