Class Close

All Implemented Interfaces:
Command

@AutoService(Command.class) public class Close extends AbstractActionWithNoRunningTest
This command clears the existing test plan, allowing the creation of a New test plan.
  • Constructor Details

    • Close

      public Close()
      Constructor for the Close object.
  • Method Details

    • getActionNames

      public Set<String> getActionNames()
      Gets the ActionNames attribute of the Close object.
      Returns:
      the ActionNames value
    • doActionAfterCheck

      public void doActionAfterCheck(ActionEvent e)
      This method performs the actual command processing.
      Specified by:
      doActionAfterCheck in class AbstractActionWithNoRunningTest
      Parameters:
      e - the generic UI action event