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