Package io.flowcov.camunda.listeners
Class PathCoverageExecutionListener
- java.lang.Object
-
- io.flowcov.camunda.listeners.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.ExecutionListenerListener taking note of covered sequence flows.
-
-
Constructor Summary
Constructors Constructor Description PathCoverageExecutionListener(CoverageTestRunState coverageTestRunState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotify(org.camunda.bpm.engine.delegate.DelegateExecution execution)
-
-
-
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:
notifyin interfaceorg.camunda.bpm.engine.delegate.DelegateListener<org.camunda.bpm.engine.delegate.DelegateExecution>- Specified by:
notifyin interfaceorg.camunda.bpm.engine.delegate.ExecutionListener- Throws:
java.lang.Exception
-
-