Class ReportTreeVisitor


  • public class ReportTreeVisitor
    extends java.lang.Object
    • Constructor Detail

    • Method Detail

      • getRootReportNode

        public ReportNode getRootReportNode​(java.lang.String executionId)
      • visitNodes

        public void visitNodes​(java.lang.String executionId,
                               java.util.function.Consumer<ReportNode> consumer)
      • visit

        public void visit​(java.lang.String executionId,
                          ReportNodeVisitorEventHandler reportNodeVisitorEventHandler)
        Visits the report tree of an execution using a an event based handler
        Parameters:
        executionId - the ID of the execution to be visited
        reportNodeVisitorEventHandler - the event handler to be used