Interface FailedNodesListener

  • All Known Implementing Classes:
    NodeRecorder

    public interface FailedNodesListener
    FailedNodesListener is ...
    • Method Detail

      • nodesFailed

        void nodesFailed​(java.util.Map<java.lang.String,​NodeStepResult> failures)
        Called with a map of node names to failures. The nodes will be the failed nodes.
        Parameters:
        failures - failures map
      • nodesSucceeded

        void nodesSucceeded()
        Called if no nodes failed during execution.
      • matchedNodes

        void matchedNodes​(java.util.Collection<java.lang.String> names)
        Parameters:
        names - full list of matched nodes prior to execution.