Class ForeachControllerWrapper

    • Method Detail

      • getGuiClass

        public java.lang.Class<?> getGuiClass()
        Description copied from interface: JMeterGUIWrapper
        Gui Test Class used by Jmeter TestElement.GUI_CLASS @See TestElement
      • getTestClass

        public java.lang.Class<?> getTestClass()
        Description copied from interface: TestElementWrapper
        Test Class used by Jmeter TestElement.TEST_CLASS. @See TestElement.
      • getInputVal

        public java.lang.String getInputVal()
        Input variable prefix : Prefix for the variable names to be used as input. Defaults to an empty string as prefix.
      • setInputVal

        public void setInputVal​(java.lang.String inputVal)
        Input variable prefix : Prefix for the variable names to be used as input. Defaults to an empty string as prefix.
      • getReturnVariable

        public java.lang.String getReturnVariable()
        Output variable : The name of the variable which can be used in the loop for replacement in the samplers. Defaults to an empty variable name, which is most probably not wanted.
      • setReturnVariable

        public void setReturnVariable​(java.lang.String returnVariable)
        Output variable : The name of the variable which can be used in the loop for replacement in the samplers. Defaults to an empty variable name, which is most probably not wanted.
      • getStartIndex

        public java.lang.String getStartIndex()
        Start index for loop : Start index (exclusive) for loop over variables (first element is at start index + 1).
      • setStartIndex

        public void setStartIndex​(java.lang.String startIndex)
        Start index for loop : Start index (exclusive) for loop over variables (first element is at start index + 1).
      • getEndIndex

        public java.lang.String getEndIndex()
        End index for loop : End index (inclusive) for loop over variables.
      • setEndIndex

        public void setEndIndex​(java.lang.String endIndex)
        End index for loop : End index (inclusive) for loop over variables.
      • isUseSeparator

        public boolean isUseSeparator()
        If not checked, the "_" separator is omitted.
      • setUseSeparator

        public void setUseSeparator​(boolean useSeparator)
        If not checked, the "_" separator is omitted.