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)
PerfTestStepBehavior
PerfTestRunContext
context
- the current runCopyright © 2017. All rights reserved.