Package step.engine.plugins
Class BasePlugin
java.lang.Object
step.core.plugins.AbstractPlugin
step.engine.plugins.AbstractExecutionEnginePlugin
step.engine.plugins.BasePlugin
- All Implemented Interfaces:
ExecutionCallbacks
,step.core.plugins.OptionalPlugin
,ExecutionEnginePlugin
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class step.engine.plugins.AbstractExecutionEnginePlugin
afterExecutionEnd, 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
-
Constructor Details
-
BasePlugin
public BasePlugin()
-
-
Method Details
-
executionStart
- Specified by:
executionStart
in interfaceExecutionCallbacks
- Overrides:
executionStart
in classAbstractExecutionEnginePlugin
-