Class AzureDevopsExecutionEnginePlugin

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

    public class AzureDevopsExecutionEnginePlugin
    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)  
      • Methods inherited from class step.engine.plugins.AbstractExecutionEnginePlugin

        afterExecutionEnd, afterFunctionExecution, afterReportNodeExecution, afterReportNodeExecution, afterReportNodeSkeletonCreation, afterReportNodeSkeletonCreation, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, beforeReportNodeExecution, initializeExecutionContext, initializeExecutionEngineContext, 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

      • AzureDevopsExecutionEnginePlugin

        public AzureDevopsExecutionEnginePlugin()
    • Method Detail

      • 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