Class NotificationPlugin

  • All Implemented Interfaces:
    step.core.plugins.ExecutionCallbacks, step.core.plugins.OptionalPlugin, step.engine.plugins.ExecutionEnginePlugin

    public class NotificationPlugin
    extends step.engine.plugins.AbstractExecutionEnginePlugin
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterExecutionEnd​(step.core.execution.ExecutionContext context)  
      void executionStart​(step.core.execution.ExecutionContext context)  
      • Methods inherited from class step.engine.plugins.AbstractExecutionEnginePlugin

        afterFunctionExecution, afterReportNodeExecution, afterReportNodeExecution, afterReportNodeSkeletonCreation, afterReportNodeSkeletonCreation, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, beforeReportNodeExecution, initializeExecutionContext, initializeExecutionEngineContext, rollbackReportNode, rollbackReportNode, unassociateThread
      • Methods inherited from class step.core.plugins.AbstractPlugin

        toString, validate
    • Method Detail

      • executionStart

        public void executionStart​(step.core.execution.ExecutionContext context)
        Specified by:
        executionStart in interface step.core.plugins.ExecutionCallbacks
        Overrides:
        executionStart in class step.engine.plugins.AbstractExecutionEnginePlugin
      • afterExecutionEnd

        public void afterExecutionEnd​(step.core.execution.ExecutionContext context)
        Specified by:
        afterExecutionEnd in interface step.core.plugins.ExecutionCallbacks
        Overrides:
        afterExecutionEnd in class step.engine.plugins.AbstractExecutionEnginePlugin