Class Close

  • All Implemented Interfaces:
    org.apache.jmeter.gui.action.Command

    @AutoService(value = Command.class) 
    public class Close
    extends AbstractActionWithNoRunningTest
                        

    This command clears the existing test plan, allowing the creation of a New test plan.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Close() Constructor for the Close object.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Set<String> getActionNames() Gets the ActionNames attribute of the Close object.
      void doActionAfterCheck(ActionEvent e) This method performs the actual command processing.
      • Methods inherited from class org.apache.jmeter.gui.action.AbstractActionWithNoRunningTest

        doAction
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Close

        Close()
        Constructor for the Close object.
    • Method Detail

      • getActionNames

         Set<String> getActionNames()

        Gets the ActionNames attribute of the Close object.

        Returns:

        the ActionNames value

      • doActionAfterCheck

         void doActionAfterCheck(ActionEvent e)

        This method performs the actual command processing.

        Parameters:
        e - the generic UI action event