Class SyncTimerWrapper

    • Method Detail

      • getGuiClass

        public java.lang.Class<?> getGuiClass()
        Description copied from interface: JMeterGUIWrapper
        Gui Test Class used by Jmeter TestElement.GUI_CLASS @See TestElement
        Specified by:
        getGuiClass in interface JMeterGUIWrapper<org.apache.jmeter.testbeans.gui.TestBeanGUI>
      • getTestClass

        public java.lang.Class<?> getTestClass()
        Description copied from interface: TestElementWrapper
        Test Class used by Jmeter TestElement.TEST_CLASS. @See TestElement.
        Specified by:
        getTestClass in interface TestElementWrapper<org.apache.jmeter.timers.SyncTimer>
      • getGroupSize

        public java.lang.String getGroupSize()
        Number of threads to release at once. Setting it to 0 is equivalent to setting it to Number of threads in Thread Group.
      • setGroupSize

        public void setGroupSize​(java.lang.String groupSize)
        Number of threads to release at once. Setting it to 0 is equivalent to setting it to Number of threads in Thread Group.
      • getTimeout

        public java.lang.String getTimeout()
        Timeout in milliseconds. If set to 0, Timer will wait for the number of threads to reach the value in "Number of Simultaneous Users to Group". If superior to 0, then timer will wait at max "Timeout in milliseconds" for the number of Threads. If after the timeout interval the number of users waiting is not reached, timer will stop waiting. Defaults to 0.
      • setTimeout

        public void setTimeout​(java.lang.String timeout)
        Timeout in milliseconds. If set to 0, Timer will wait for the number of threads to reach the value in "Number of Simultaneous Users to Group". If superior to 0, then timer will wait at max "Timeout in milliseconds" for the number of Threads. If after the timeout interval the number of users waiting is not reached, timer will stop waiting. Defaults to 0.