Class MetricSumStep
java.lang.Object
org.camunda.bpm.qa.performance.engine.steps.ProcessEngineAwareStep
org.camunda.bpm.qa.performance.engine.steps.MetricSumStep
- All Implemented Interfaces:
PerfTestStepBehavior
- Author:
- Christopher Zell <christopher.zell@camunda.com>
-
Field Summary
Fields inherited from class org.camunda.bpm.qa.performance.engine.steps.ProcessEngineAwareStep
processEngine, repositoryService, runtimeService, taskService
-
Constructor Summary
ConstructorDescriptionMetricSumStep
(String name, Date startDate, Date endDate, ProcessEngine processEngine) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(PerfTestRunContext context) Execute the step logic.
-
Field Details
-
name
-
startDate
-
endDate
-
-
Constructor Details
-
MetricSumStep
-
-
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
- Parameters:
context
- the current run
-