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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitializeExecutionEngineContext(AbstractExecutionEngineContext parentContext, ExecutionEngineContext executionEngineContext) static voidregisterArtefacts(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, unassociateThreadMethods 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:
initializeExecutionEngineContextin interfaceExecutionEnginePlugin- Overrides:
initializeExecutionEngineContextin classAbstractExecutionEnginePlugin
-
registerArtefacts
-