Class ALMRepositoryPlugin

  • All Implemented Interfaces:
    step.core.plugins.ControllerPluginCallbacks, step.core.plugins.ExecutionCallbacks, step.core.plugins.PluginCallbacks

    public class ALMRepositoryPlugin
    extends AbstractLicensedPlugin
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterReportNodeExecution​(step.core.execution.ExecutionContext context, step.core.artefacts.reports.ReportNode node)  
      void afterReportNodeSkeletonCreation​(step.core.execution.ExecutionContext context, step.core.artefacts.reports.ReportNode node)  
      void executionControllerStart​(step.core.GlobalContext context)  
      protected String getModuleName()  
      • Methods inherited from class step.core.plugins.AbstractControllerPlugin

        afterInitializeData, executionControllerDestroy, getWebPlugin, initializeData, registerWebapp
      • Methods inherited from class step.core.plugins.AbstractExecutionPlugin

        afterExecutionEnd, afterFunctionExecution, afterReportNodeExecution, afterReportNodeSkeletonCreation, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, beforeReportNodeExecution, executionStart, rollbackReportNode, rollbackReportNode, unassociateThread
      • Methods inherited from class step.core.plugins.AbstractPlugin

        toString
      • Methods inherited from interface step.core.plugins.ExecutionCallbacks

        afterExecutionEnd, afterFunctionExecution, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, executionStart, rollbackReportNode, unassociateThread
    • Constructor Detail

      • ALMRepositoryPlugin

        public ALMRepositoryPlugin()
    • Method Detail

      • executionControllerStart

        public void executionControllerStart​(step.core.GlobalContext context)
                                      throws Exception
        Specified by:
        executionControllerStart in interface step.core.plugins.ControllerPluginCallbacks
        Overrides:
        executionControllerStart in class step.core.plugins.AbstractControllerPlugin
        Throws:
        Exception
      • afterReportNodeSkeletonCreation

        public void afterReportNodeSkeletonCreation​(step.core.execution.ExecutionContext context,
                                                    step.core.artefacts.reports.ReportNode node)
        Specified by:
        afterReportNodeSkeletonCreation in interface step.core.plugins.ExecutionCallbacks
        Overrides:
        afterReportNodeSkeletonCreation in class step.core.plugins.AbstractExecutionPlugin
      • afterReportNodeExecution

        public void afterReportNodeExecution​(step.core.execution.ExecutionContext context,
                                             step.core.artefacts.reports.ReportNode node)
        Specified by:
        afterReportNodeExecution in interface step.core.plugins.ExecutionCallbacks
        Overrides:
        afterReportNodeExecution in class step.core.plugins.AbstractExecutionPlugin