public class ReportAggregatesBuilder
extends java.lang.Object
ReportAggregates| Constructor and Description |
|---|
ReportAggregatesBuilder() |
public ReportAggregates build()
public ReportAggregatesBuilder setTestList(java.util.List<Test> testList)
public ReportAggregatesBuilder setTestRunnerLogs(java.util.List<java.lang.String> testRunnerLogs)
public ReportAggregatesBuilder setCategoryContext(TestAttributeTestContextStore<Category> categoryContext)
public ReportAggregatesBuilder setAuthorContext(TestAttributeTestContextStore<Author> authorContext)
public ReportAggregatesBuilder setDeviceContext(TestAttributeTestContextStore<Device> deviceContext)
public ReportAggregatesBuilder setExceptionContext(ExceptionTestContextStore exceptionContext)
public ReportAggregatesBuilder setSystemAttributeContext(SystemAttributeContext systemAttributeContext)
public ReportAggregatesBuilder setReportStatusStats(ReportStatusStats reportStatusStats)
public ReportAggregatesBuilder setStatusCollection(java.util.Collection<Status> statusCollection)
public ReportAggregatesBuilder setStartTime(java.util.Date startTime)
public ReportAggregatesBuilder setEndTime(java.util.Date endTime)
Copyright © 2020. All Rights Reserved.