Package io.flowcov.camunda.listeners
Class CoverageHistoryEventHandler
- java.lang.Object
-
- org.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler
-
- io.flowcov.camunda.listeners.CoverageHistoryEventHandler
-
- All Implemented Interfaces:
org.camunda.bpm.engine.impl.history.handler.HistoryEventHandler
public class CoverageHistoryEventHandler extends org.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandlerExtends theDbHistoryEventHandlerin order to notify the process test coverage of a covered rule.
-
-
Constructor Summary
Constructors Constructor Description CoverageHistoryEventHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleEvent(org.camunda.bpm.engine.impl.history.event.HistoryEvent historyEvent)voidsetCoverageTestRunState(FlowCovTestRunState coverageTestRunState)
-
-
-
Method Detail
-
handleEvent
public void handleEvent(org.camunda.bpm.engine.impl.history.event.HistoryEvent historyEvent)
- Specified by:
handleEventin interfaceorg.camunda.bpm.engine.impl.history.handler.HistoryEventHandler- Overrides:
handleEventin classorg.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler
-
setCoverageTestRunState
public void setCoverageTestRunState(FlowCovTestRunState coverageTestRunState)
-
-