Class BenchReport
- java.lang.Object
-
- us.abstracta.jmeter.javadsl.octoperf.api.BenchReport
-
public class BenchReport extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBenchReport.BenchReportConfigstatic classBenchReport.BenchReportItemstatic classBenchReport.ReportItemMetricstatic classBenchReport.ReportItemQueryFilterstatic classBenchReport.ReportMetricIdstatic classBenchReport.StatisticTableReportItemstatic classBenchReport.SummaryReportItem
-
Constructor Summary
Constructors Constructor Description BenchReport(String id, List<String> benchResultIds, List<BenchReport.BenchReportItem> items)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getBenchResultIds()List<BenchReport.BenchReportItem>getItems()StringgetUrl()voidsetProject(Project project)
-
-
-
Constructor Detail
-
BenchReport
public BenchReport(String id, List<String> benchResultIds, List<BenchReport.BenchReportItem> items)
-
-