Package step.repositories
Class LocalRepositoryPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.engine.plugins.AbstractExecutionEnginePlugin
-
- step.repositories.LocalRepositoryPlugin
-
- All Implemented Interfaces:
ExecutionCallbacks
,step.core.plugins.OptionalPlugin
,ExecutionEnginePlugin
public class LocalRepositoryPlugin extends AbstractExecutionEnginePlugin
-
-
Constructor Summary
Constructors Constructor Description LocalRepositoryPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initializeExecutionEngineContext(AbstractExecutionEngineContext parentContext, ExecutionEngineContext context)
-
Methods inherited from class step.engine.plugins.AbstractExecutionEnginePlugin
afterExecutionEnd, afterFunctionExecution, afterReportNodeExecution, afterReportNodeExecution, afterReportNodeSkeletonCreation, afterReportNodeSkeletonCreation, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, beforeReportNodeExecution, executionStart, initializeExecutionContext, rollbackReportNode, rollbackReportNode, unassociateThread
-
-
-
-
Method Detail
-
initializeExecutionEngineContext
public void initializeExecutionEngineContext(AbstractExecutionEngineContext parentContext, ExecutionEngineContext context)
- Specified by:
initializeExecutionEngineContext
in interfaceExecutionEnginePlugin
- Overrides:
initializeExecutionEngineContext
in classAbstractExecutionEnginePlugin
-
-