Class Load

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Load()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Set<String> getActionNames()
      void doActionAfterCheck(ActionEvent e) Called to handle ActionEvent only if no test is running
      static boolean insertLoadedTree(int id, HashTree tree, boolean merging) Inserts (or merges) the tree into the GUI.
      static boolean insertLoadedTree(int id, HashTree tree) Inserts the tree into the GUI.
      • 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

      • Load

        Load()
    • Method Detail

      • insertLoadedTree

         static boolean insertLoadedTree(int id, HashTree tree, boolean merging)

        Inserts (or merges) the tree into the GUI. Does not check if the previous tree has been saved. Clears the existing GUI test plan if we are inserting a complete plan.

        Parameters:
        id - the id for the ActionEvent that is created
        tree - the tree to load
        merging - true if the tree is to be merged; false if it is to replace the existing tree
        Returns:

        true if the loaded tree was a full test plan

      • insertLoadedTree

         static boolean insertLoadedTree(int id, HashTree tree)

        Inserts the tree into the GUI. Does not check if the previous tree has been saved. Clears the existing GUI test plan if we are inserting a complete plan.

        Parameters:
        id - the id for the ActionEvent that is created
        tree - the tree to load
        Returns:

        true if the loaded tree was a full test plan