Uses of Interface
org.camunda.bpm.qa.performance.engine.framework.PerfTestRunContext
Packages that use PerfTestRunContext
Package
Description
-
Uses of PerfTestRunContext in org.camunda.bpm.qa.performance.engine.framework
Classes in org.camunda.bpm.qa.performance.engine.framework that implement PerfTestRunContextFields in org.camunda.bpm.qa.performance.engine.framework with type parameters of type PerfTestRunContextModifier and TypeFieldDescriptionstatic final ThreadLocal<PerfTestRunContext>PerfTestRunContext.currentContextMethods in org.camunda.bpm.qa.performance.engine.framework with parameters of type PerfTestRunContextModifier and TypeMethodDescriptionvoidPerfTestStepBehavior.execute(PerfTestRunContext context) Execute the step logic. -
Uses of PerfTestRunContext in org.camunda.bpm.qa.performance.engine.steps
Methods in org.camunda.bpm.qa.performance.engine.steps with parameters of type PerfTestRunContextModifier and TypeMethodDescriptionvoidCompleteTaskStep.execute(PerfTestRunContext context) voidCorrelateMessageStep.execute(PerfTestRunContext context) voidCountJobsStep.execute(PerfTestRunContext context) voidEvaluateDecisionTableStep.execute(PerfTestRunContext context) voidMetricIntervalStep.execute(PerfTestRunContext context) voidMetricSumStep.execute(PerfTestRunContext context) voidSignalExecutionStep.execute(PerfTestRunContext context) voidStartProcessInstanceByMessageStep.execute(PerfTestRunContext context) voidStartProcessInstanceStep.execute(PerfTestRunContext context) voidWaitStep.execute(PerfTestRunContext context)