Class BeanShellSamplerGui

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ClearGui, JMeterGUIComponent, Printable

public class BeanShellSamplerGui extends AbstractSamplerGui
See Also:
  • Constructor Details

    • BeanShellSamplerGui

      public BeanShellSamplerGui()
  • Method Details

    • makeTestElement

      public org.apache.jmeter.testelement.TestElement makeTestElement()
      Description copied from interface: JMeterGUIComponent
      Creates the test element represented by the GUI component.
      Returns:
      a new TestElement
    • getLabelResource

      public String getLabelResource()
      Description copied from interface: JMeterGUIComponent
      Get the component's resource name, which getStaticLabel uses to derive the component's label in the local language. The resource name is fixed, and does not vary with the selected language.

      Normally this method should be overridden in preference to overriding getStaticLabel(). However where the resource name is not available or required, getStaticLabel() may be overridden instead.

      Returns:
      the resource name