Package org.apache.jmeter.gui.action
Class ExportTransactionAndSamplerNames
-
- All Implemented Interfaces:
-
org.apache.jmeter.gui.action.Command
,org.apache.jmeter.gui.plugin.MenuCreator
@AutoService(value = {Command.class, MenuCreator.class}) public class ExportTransactionAndSamplerNames extends AbstractAction implements MenuCreator
Export transactions names for web report
-
-
Constructor Summary
Constructors Constructor Description ExportTransactionAndSamplerNames()
-
Method Summary
Modifier and Type Method Description void
doAction(ActionEvent e)
Set<String>
getActionNames()
Array<JMenuItem>
getMenuItemsAtLocation(MenuCreator.MENU_LOCATION location)
Array<JMenu>
getTopLevelMenus()
boolean
localeChanged(MenuElement menu)
void
localeChanged()
-
-
Method Detail
-
doAction
void doAction(ActionEvent e)
-
getActionNames
Set<String> getActionNames()
-
getMenuItemsAtLocation
Array<JMenuItem> getMenuItemsAtLocation(MenuCreator.MENU_LOCATION location)
-
getTopLevelMenus
Array<JMenu> getTopLevelMenus()
-
localeChanged
boolean localeChanged(MenuElement menu)
-
localeChanged
void localeChanged()
-
-
-
-