public class MetricIntervalStep extends ProcessEngineAwareStep
| Modifier and Type | Field and Description | 
|---|---|
| protected Date | endDate | 
| protected String | name | 
| protected Date | startDate | 
processEngine, repositoryService, runtimeService, taskService| Constructor and Description | 
|---|
| MetricIntervalStep(String name,
                  Date startDate,
                  Date endDate,
                  ProcessEngine processEngine) | 
protected String name
protected Date startDate
protected Date endDate
public MetricIntervalStep(String name, Date startDate, Date endDate, ProcessEngine processEngine)
public void execute(PerfTestRunContext context)
PerfTestStepBehaviorPerfTestRunContextcontext - the current runCopyright © 2018. All rights reserved.