Class CountJobsStep
java.lang.Object
org.camunda.bpm.qa.performance.engine.steps.CountJobsStep
- All Implemented Interfaces:
PerfTestStepBehavior
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(PerfTestRunContext context) Execute the step logic.
-
Constructor Details
-
CountJobsStep
-
-
Method Details
-
execute
Description copied from interface:PerfTestStepBehavior
Execute the step logic. Implementations must be stateless and pass all data from one step to the other using thePerfTestRunContext
- Specified by:
execute
in interfacePerfTestStepBehavior
- Parameters:
context
- the current run
-