Package step.plans.assertions
Class PerformanceAssertPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.engine.plugins.AbstractExecutionEnginePlugin
-
- step.plans.assertions.PerformanceAssertPlugin
-
- All Implemented Interfaces:
step.core.plugins.ExecutionCallbacks
,step.core.plugins.OptionalPlugin
,step.engine.plugins.ExecutionEnginePlugin
public class PerformanceAssertPlugin extends step.engine.plugins.AbstractExecutionEnginePlugin
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
$PERFORMANCE_ASSERT_SESSION
-
Constructor Summary
Constructors Constructor Description PerformanceAssertPlugin()
-
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<jakarta.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, onErrorContributionRemoval, onReportNodeRemoval, unassociateThread
-
-
-
-
Field Detail
-
$PERFORMANCE_ASSERT_SESSION
public static final java.lang.String $PERFORMANCE_ASSERT_SESSION
- See Also:
- Constant Field Values
-
-
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<jakarta.json.JsonObject> output)
- Specified by:
afterFunctionExecution
in interfacestep.core.plugins.ExecutionCallbacks
- Overrides:
afterFunctionExecution
in classstep.engine.plugins.AbstractExecutionEnginePlugin
-
-