Class JiraXrayRepositoryExecutionEnginePlugin

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

    public class JiraXrayRepositoryExecutionEnginePlugin
    extends step.engine.plugins.AbstractExecutionEnginePlugin
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void executionStart​(step.core.execution.ExecutionContext context)  
      void initializeExecutionContext​(step.core.execution.ExecutionEngineContext executionEngineContext, step.core.execution.ExecutionContext executionContext)  
      void initializeExecutionEngineContext​(step.core.execution.AbstractExecutionEngineContext parentContext, step.core.execution.ExecutionEngineContext executionEngineContext)  
      • Methods inherited from class step.engine.plugins.AbstractExecutionEnginePlugin

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

        toString, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JiraXrayRepositoryExecutionEnginePlugin

        public JiraXrayRepositoryExecutionEnginePlugin()
    • 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
      • initializeExecutionContext

        public void initializeExecutionContext​(step.core.execution.ExecutionEngineContext executionEngineContext,
                                               step.core.execution.ExecutionContext executionContext)
        Specified by:
        initializeExecutionContext in interface step.engine.plugins.ExecutionEnginePlugin
        Overrides:
        initializeExecutionContext in class step.engine.plugins.AbstractExecutionEnginePlugin
      • executionStart

        public void executionStart​(step.core.execution.ExecutionContext context)
        Specified by:
        executionStart in interface step.core.plugins.ExecutionCallbacks
        Overrides:
        executionStart in class step.engine.plugins.AbstractExecutionEnginePlugin