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