public interface TreeNodeNamingPolicy
nameOnCreation(JMeterTreeNode)
resetState(JMeterTreeNode)
and rename(JMeterTreeNode, JMeterTreeNode, int)
Modifier and Type | Method and Description |
---|---|
void |
nameOnCreation(JMeterTreeNode node) |
void |
rename(JMeterTreeNode parentNode,
JMeterTreeNode childNode,
int index)
Called by Apply Naming Policy popup menu on TransactionController nodes
Rename childNode based on custom policy
|
void |
resetState(JMeterTreeNode parentNode)
Called within Apply Naming Policy popup menu on TransactionController nodes to
init the naming process.
|
void rename(JMeterTreeNode parentNode, JMeterTreeNode childNode, int index)
parentNode
- Parent nodechildNode
- Child nodeindex
- index of child nodevoid resetState(JMeterTreeNode parentNode)
parentNode
- JMeterTreeNode
Parent of nodes that will be renamedvoid nameOnCreation(JMeterTreeNode node)
node
- JMeterTreeNode
node that has been added to JMeter Tree nodeCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.