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)
PerfTestStepBehaviorPerfTestRunContextcontext - the current runCopyright © 2021. All rights reserved.