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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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, onErrorContributionRemoval, onReportNodeRemoval, unassociateThread
Methods inherited from class step.core.plugins.AbstractPlugin
toString, validate
-
Constructor Details
-
LocalRepositoryPlugin
public LocalRepositoryPlugin()
-
-
Method Details
-
initializeExecutionEngineContext
public void initializeExecutionEngineContext(AbstractExecutionEngineContext parentContext, ExecutionEngineContext context) - Specified by:
initializeExecutionEngineContext
in interfaceExecutionEnginePlugin
- Overrides:
initializeExecutionEngineContext
in classAbstractExecutionEnginePlugin
-