Class MetricIntervalStep

    • Field Detail

      • name

        protected java.lang.String name
      • startDate

        protected java.util.Date startDate
      • endDate

        protected java.util.Date endDate
    • Constructor Detail

      • MetricIntervalStep

        public MetricIntervalStep​(java.lang.String name,
                                  java.util.Date startDate,
                                  java.util.Date endDate,
                                  ProcessEngine processEngine)
    • Method Detail

      • 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