Class BenchReport.BenchReportItem
- java.lang.Object
-
- us.abstracta.jmeter.javadsl.octoperf.api.BenchReport.BenchReportItem
-
- Direct Known Subclasses:
BenchReport.StatisticTableReportItem,BenchReport.SummaryReportItem
- Enclosing class:
- BenchReport
public abstract static class BenchReport.BenchReportItem extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBenchReportItem(String id, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BenchReport.ReportItemMetric>getMetrics()
-
-
-
Method Detail
-
getMetrics
public List<BenchReport.ReportItemMetric> getMetrics()
-
-