https://issues.apache.org/bugzilla/show_bug.cgi?id=57305
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Hardware|PC |All OS| |All --- Comment #1 from [email protected] --- Usage: treeModel = new JMeterTreeModel(new Object()); ProxyControl.setGlobalTreeRoot(treeModel); JMeterTreeNode root = (JMeterTreeNode) treeModel.getRoot(); treeModel.addSubTree(testPlanTree, root); proxy = new ProxyControl(); proxy.setTarget(findTargetNode(root)); proxy.setPort(8282); treeModel.addComponent(proxy, (JMeterTreeNode) root.getChildAt(1)); proxy.startProxy(); -- You are receiving this mail because: You are the assignee for the bug.
