Class PerformanceAssertPlugin

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterFunctionExecution​(step.core.execution.ExecutionContext context, step.core.artefacts.reports.ReportNode node, step.functions.Function function, step.functions.io.Output<javax.json.JsonObject> output)  
      • Methods inherited from class step.engine.plugins.AbstractExecutionEnginePlugin

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

        toString, validate
    • Constructor Detail

      • PerformanceAssertPlugin

        public PerformanceAssertPlugin()
    • Method Detail

      • afterFunctionExecution

        public void afterFunctionExecution​(step.core.execution.ExecutionContext context,
                                           step.core.artefacts.reports.ReportNode node,
                                           step.functions.Function function,
                                           step.functions.io.Output<javax.json.JsonObject> output)
        Specified by:
        afterFunctionExecution in interface step.core.plugins.ExecutionCallbacks
        Overrides:
        afterFunctionExecution in class step.engine.plugins.AbstractExecutionEnginePlugin