Interface TreeNodeNamingPolicy

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void rename(JMeterTreeNode parentNode, JMeterTreeNode childNode, int index) Called by Apply Naming Policy popup menu on TransactionController nodes Rename childNode based on custom policy
      abstract void resetState(JMeterTreeNode parentNode) Called within Apply Naming Policy popup menu on TransactionController nodes to init the naming process.
      abstract void nameOnCreation(JMeterTreeNode node)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • rename

         abstract void rename(JMeterTreeNode parentNode, JMeterTreeNode childNode, int index)

        Called by Apply Naming Policy popup menu on TransactionController nodes Rename childNode based on custom policy

        Parameters:
        parentNode - Parent node
        childNode - Child node
        index - index of child node
      • resetState

         abstract void resetState(JMeterTreeNode parentNode)

        Called within Apply Naming Policy popup menu on TransactionController nodes to init the naming process.

        Parameters:
        parentNode - JMeterTreeNode Parent of nodes that will be renamed