Package step.artefacts
Class BaseArtefactPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.engine.plugins.AbstractExecutionEnginePlugin
-
- step.artefacts.BaseArtefactPlugin
-
- All Implemented Interfaces:
ExecutionCallbacks
,step.core.plugins.OptionalPlugin
,ExecutionEnginePlugin
public class BaseArtefactPlugin extends AbstractExecutionEnginePlugin
-
-
Constructor Summary
Constructors Constructor Description BaseArtefactPlugin()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initializeExecutionEngineContext(AbstractExecutionEngineContext parentContext, ExecutionEngineContext executionEngineContext)
static void
registerArtefacts(ArtefactHandlerRegistry artefactHandlerRegistry)
-
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 executionEngineContext)
- Specified by:
initializeExecutionEngineContext
in interfaceExecutionEnginePlugin
- Overrides:
initializeExecutionEngineContext
in classAbstractExecutionEnginePlugin
-
registerArtefacts
public static void registerArtefacts(ArtefactHandlerRegistry artefactHandlerRegistry)
-
-