Package org.apache.jmeter.gui.action
Class Close
java.lang.Object
org.apache.jmeter.gui.action.Close
- All Implemented Interfaces:
Command
This command clears the existing test plan, allowing the creation of a New
test plan.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This method performs the actual command processing.Gets the ActionNames attribute of the Close object.
-
Constructor Details
-
Close
public Close()Constructor for the Close object.
-
-
Method Details
-
getActionNames
Gets the ActionNames attribute of the Close object.- Specified by:
getActionNames
in interfaceCommand
- Returns:
- the ActionNames value
-
doAction
This method performs the actual command processing.
-