Class CoverageHistoryEventHandler

  • All Implemented Interfaces:
    org.camunda.bpm.engine.impl.history.handler.HistoryEventHandler

    public class CoverageHistoryEventHandler
    extends org.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler
    Extends the DbHistoryEventHandler in order to notify the process test coverage of a covered rule.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleEvent​(org.camunda.bpm.engine.impl.history.event.HistoryEvent historyEvent)  
      void setCoverageTestRunState​(FlowCovTestRunState coverageTestRunState)  
      • Methods inherited from class org.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler

        getDbEntityManager, handleEvents, insertHistoricDecisionEvaluationEvent, insertHistoricVariableUpdateEntity, insertOrUpdate, isInitialEvent, shouldWriteHistoricDetail
      • Methods inherited from class java.lang.Object

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

      • CoverageHistoryEventHandler

        public CoverageHistoryEventHandler()
    • Method Detail

      • handleEvent

        public void handleEvent​(org.camunda.bpm.engine.impl.history.event.HistoryEvent historyEvent)
        Specified by:
        handleEvent in interface org.camunda.bpm.engine.impl.history.handler.HistoryEventHandler
        Overrides:
        handleEvent in class org.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler
      • setCoverageTestRunState

        public void setCoverageTestRunState​(FlowCovTestRunState coverageTestRunState)