public class MetricSumStep extends ProcessEngineAwareStep
Modifier and Type | Field and Description |
---|---|
protected Date |
endDate |
protected String |
name |
protected Date |
startDate |
processEngine, repositoryService, runtimeService, taskService
Constructor and Description |
---|
MetricSumStep(String name,
Date startDate,
Date endDate,
ProcessEngine processEngine) |
Modifier and Type | Method and Description |
---|---|
void |
execute(PerfTestRunContext context)
Execute the step logic.
|
protected String name
protected Date startDate
protected Date endDate
public MetricSumStep(String name, Date startDate, Date endDate, ProcessEngine processEngine)
public void execute(PerfTestRunContext context)
PerfTestStepBehavior
PerfTestRunContext
context
- the current runCopyright © 2020. All rights reserved.