Class BaseThreadGroup<T extends BaseThreadGroup<T>>

    • Method Detail

      • sampleErrorAction

        public T sampleErrorAction​(BaseThreadGroup.SampleErrorAction sampleErrorAction)
        Specifies what action to be taken when a sample error is detected.
        Parameters:
        sampleErrorAction - specifies the action to be taken on sample error. By default, thread groups just ignores the error and continue with following sample in children elements.
        Returns:
        the thread group for further configuration or usage.
        See Also:
        BaseThreadGroup.SampleErrorAction
      • buildThreadGroup

        protected abstract org.apache.jmeter.threads.AbstractThreadGroup buildThreadGroup()
      • buildLoadTimeline

        public LoadTimeLine buildLoadTimeline()
        This method is used by DslTestPlan.showTimeline() to get the timeline chart for this thread group.
        Returns:
        the timeline chart for this thread group or null if it is not supported.
        Since:
        1.28