Class EnterpriseArtefactsPlugin

  • All Implemented Interfaces:
    step.core.plugins.ExecutionCallbacks, step.core.plugins.OptionalPlugin, step.engine.plugins.ExecutionEnginePlugin

    public class EnterpriseArtefactsPlugin
    extends step.engine.plugins.AbstractExecutionEnginePlugin
    This Plugin is responsible for the registration of enterprise plugins
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initializeExecutionEngineContext​(step.core.execution.AbstractExecutionEngineContext parentContext, step.core.execution.ExecutionEngineContext executionEngineContext)  
      static void registerEnterpriseArtefacts​(step.core.artefacts.handlers.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
      • Methods inherited from class step.core.plugins.AbstractPlugin

        toString, validate
    • Constructor Detail

      • EnterpriseArtefactsPlugin

        public EnterpriseArtefactsPlugin()
    • Method Detail

      • initializeExecutionEngineContext

        public void initializeExecutionEngineContext​(step.core.execution.AbstractExecutionEngineContext parentContext,
                                                     step.core.execution.ExecutionEngineContext executionEngineContext)
        Specified by:
        initializeExecutionEngineContext in interface step.engine.plugins.ExecutionEnginePlugin
        Overrides:
        initializeExecutionEngineContext in class step.engine.plugins.AbstractExecutionEnginePlugin
      • registerEnterpriseArtefacts

        public static void registerEnterpriseArtefacts​(step.core.artefacts.handlers.ArtefactHandlerRegistry artefactHandlerRegistry)