Class MetricIntervalStep

java.lang.Object
org.camunda.bpm.qa.performance.engine.steps.ProcessEngineAwareStep
org.camunda.bpm.qa.performance.engine.steps.MetricIntervalStep
All Implemented Interfaces:
PerfTestStepBehavior

public class MetricIntervalStep extends ProcessEngineAwareStep
Author:
Christopher Zell <christopher.zell@camunda.com>
  • Field Details

    • name

      protected String name
    • startDate

      protected Date startDate
    • endDate

      protected Date endDate
  • Constructor Details

  • Method Details

    • execute

      public void execute(PerfTestRunContext context)
      Description copied from interface: PerfTestStepBehavior
      Execute the step logic. Implementations must be stateless and pass all data from one step to the other using the PerfTestRunContext
      Parameters:
      context - the current run