public class BenchReport extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BenchReport.BenchReportConfig |
static class |
BenchReport.BenchReportItem |
static class |
BenchReport.ReportItemMetric |
static class |
BenchReport.ReportItemQueryFilter |
static class |
BenchReport.ReportMetricId |
static class |
BenchReport.StatisticTableReportItem |
static class |
BenchReport.SummaryReportItem |
| Constructor and Description |
|---|
BenchReport(String id,
List<String> benchResultIds,
List<BenchReport.BenchReportItem> items) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getBenchResultIds() |
List<BenchReport.BenchReportItem> |
getItems() |
String |
getUrl() |
void |
setProject(Project project) |
public BenchReport(String id, List<String> benchResultIds, List<BenchReport.BenchReportItem> items)
Copyright © 2023. All rights reserved.