public interface DurationReportResult extends ReportResult
Represents a report result about duration of completed instances for a given period.
The result must be interpreted in conjunction with the executed report.
Modifier and Type | Method and Description |
---|---|
long |
getAverage()
Returns the average duration of all completed instances,
which have been started in the given period.
|
long |
getMaximum()
Returns the greatest duration of all completed instances,
which have been started in the given period.
|
long |
getMinimum()
Returns the smallest duration of all completed instances,
which have been started in the given period.
|
getPeriod, getPeriodUnit
long getMinimum()
Returns the smallest duration of all completed instances, which have been started in the given period.
long getMaximum()
Returns the greatest duration of all completed instances, which have been started in the given period.
long getAverage()
Returns the average duration of all completed instances, which have been started in the given period.
Copyright © 2017. All rights reserved.