Package org.apache.jmeter.gui.action
Class Save
java.lang.Object
org.apache.jmeter.gui.action.AbstractAction
org.apache.jmeter.gui.action.Save
- All Implemented Interfaces:
Command
Save the current test plan; implements:
Save
Save TestPlan As
Save (Selection) As
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Gets the ActionNames attribute of the Save object.Methods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave
-
Field Details
-
JMX_FILE_EXTENSION
- See Also:
-
-
Constructor Details
-
Save
public Save()Constructor for the Save object.
-
-
Method Details
-
getActionNames
Gets the ActionNames attribute of the Save object.- Returns:
- the ActionNames value
-
doAction
- Specified by:
doAction
in interfaceCommand
- Overrides:
doAction
in classAbstractAction
- Throws:
IllegalUserActionException
- See Also:
-