Class Start

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

    @AutoService(value = Command.class) 
    public class Start
    extends AbstractAction
                        

    Set of Actions to:

    • Start a Test Plan
    • Start a Test Plan without sleeping on the timers
    • Stop a Test Plan
    • Shutdown a Test plan
    • Run a set of Thread Groups
    • Run a set of Thread Groups without sleeping on the timers
    • Validate a set of Thread Groups with/without sleeping on the timers depending on jmeter properties
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Start() Constructor for the Start 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 Start object.
      void doAction(ActionEvent e)
      • Methods inherited from class java.lang.Object

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

      • Start

        Start()
        Constructor for the Start object.