public class ReportAggregatesBuilder
extends java.lang.Object
ReportAggregates| Constructor and Description |
|---|
ReportAggregatesBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ReportAggregates |
build() |
ReportAggregatesBuilder |
setAuthorContext(TestAttributeTestContextProvider<Author> authorContext) |
ReportAggregatesBuilder |
setCategoryContext(TestAttributeTestContextProvider<Category> categoryContext) |
ReportAggregatesBuilder |
setDeviceContext(TestAttributeTestContextProvider<Device> deviceContext) |
ReportAggregatesBuilder |
setExceptionContext(ExceptionTestContextImpl exceptionContext) |
ReportAggregatesBuilder |
setReportStatusStats(ReportStatusStats reportStatusStats) |
ReportAggregatesBuilder |
setStatusList(java.util.List<Status> statusList) |
ReportAggregatesBuilder |
setSystemAttributeContext(SystemAttributeContext systemAttributeContext) |
ReportAggregatesBuilder |
setTestList(java.util.List<Test> testList) |
ReportAggregatesBuilder |
setTestRunnerLogs(java.util.List<java.lang.String> testRunnerLogs) |
public ReportAggregates build()
public ReportAggregatesBuilder setTestList(java.util.List<Test> testList)
public ReportAggregatesBuilder setTestRunnerLogs(java.util.List<java.lang.String> testRunnerLogs)
public ReportAggregatesBuilder setCategoryContext(TestAttributeTestContextProvider<Category> categoryContext)
public ReportAggregatesBuilder setAuthorContext(TestAttributeTestContextProvider<Author> authorContext)
public ReportAggregatesBuilder setDeviceContext(TestAttributeTestContextProvider<Device> deviceContext)
public ReportAggregatesBuilder setExceptionContext(ExceptionTestContextImpl exceptionContext)
public ReportAggregatesBuilder setSystemAttributeContext(SystemAttributeContext systemAttributeContext)
public ReportAggregatesBuilder setReportStatusStats(ReportStatusStats reportStatusStats)
public ReportAggregatesBuilder setStatusList(java.util.List<Status> statusList)
Copyright © 2018. All Rights Reserved.