Package step.plugins.notification
Class NotificationPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.engine.plugins.AbstractExecutionEnginePlugin
-
- step.plugins.notification.NotificationPlugin
-
- All Implemented Interfaces:
step.core.plugins.ExecutionCallbacks
,step.core.plugins.OptionalPlugin
,step.engine.plugins.ExecutionEnginePlugin
public class NotificationPlugin extends step.engine.plugins.AbstractExecutionEnginePlugin
-
-
Constructor Summary
Constructors Constructor Description NotificationPlugin(NotificationGatewayManager notificationGatewayManager, NotificationEngine notificationEngine)
-
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
-
-
-
-
Constructor Detail
-
NotificationPlugin
public NotificationPlugin(NotificationGatewayManager notificationGatewayManager, NotificationEngine notificationEngine)
-
-
Method Detail
-
executionStart
public void executionStart(step.core.execution.ExecutionContext context)
- Specified by:
executionStart
in interfacestep.core.plugins.ExecutionCallbacks
- Overrides:
executionStart
in classstep.engine.plugins.AbstractExecutionEnginePlugin
-
afterExecutionEnd
public void afterExecutionEnd(step.core.execution.ExecutionContext context)
- Specified by:
afterExecutionEnd
in interfacestep.core.plugins.ExecutionCallbacks
- Overrides:
afterExecutionEnd
in classstep.engine.plugins.AbstractExecutionEnginePlugin
-
-