Class PathCoverageExecutionListener

  • All Implemented Interfaces:
    org.camunda.bpm.engine.delegate.DelegateListener<org.camunda.bpm.engine.delegate.DelegateExecution>, org.camunda.bpm.engine.delegate.ExecutionListener

    public class PathCoverageExecutionListener
    extends java.lang.Object
    implements org.camunda.bpm.engine.delegate.ExecutionListener
    Listener taking note of covered sequence flows.
    • Field Summary

      • Fields inherited from interface org.camunda.bpm.engine.delegate.ExecutionListener

        EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void notify​(org.camunda.bpm.engine.delegate.DelegateExecution execution)  
      • Methods inherited from class java.lang.Object

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

      • PathCoverageExecutionListener

        public PathCoverageExecutionListener​(CoverageTestRunState coverageTestRunState)
    • Method Detail

      • notify

        public void notify​(org.camunda.bpm.engine.delegate.DelegateExecution execution)
                    throws java.lang.Exception
        Specified by:
        notify in interface org.camunda.bpm.engine.delegate.DelegateListener<org.camunda.bpm.engine.delegate.DelegateExecution>
        Specified by:
        notify in interface org.camunda.bpm.engine.delegate.ExecutionListener
        Throws:
        java.lang.Exception