use of kg.apc.jmeter.jmxmon.JMXMonCollector in project jmeter-plugins by undera.
the class JMXMonGui method createTestElement.
@Override
public TestElement createTestElement() {
TestElement te = new JMXMonCollector();
modifyTestElement(te);
te.setComment(JMeterPluginsUtils.getWikiLinkText(getWikiPage()));
return te;
}
Aggregations