public class ReportAggregates
extends java.lang.Object
| Constructor and Description |
|---|
ReportAggregates() |
public java.util.Date getStartTime()
public void setStartTime(java.util.Date startTime)
public java.util.Date getEndTime()
public void setEndTime(java.util.Date endTime)
public Status getStatus()
public java.util.List<Test> getTestList()
public void setTestList(java.util.List<Test> testList)
public java.util.List<java.lang.String> getTestRunnerLogs()
public void setTestRunnerLogs(java.util.List<java.lang.String> testRunnerLogs)
public TestAttributeTestContextProvider<Category> getCategoryContext()
public void setCategoryContext(TestAttributeTestContextProvider<Category> categoryContext)
public TestAttributeTestContextProvider<Author> getAuthorContext()
public void setAuthorContext(TestAttributeTestContextProvider<Author> authorContext)
public TestAttributeTestContextProvider<Device> getDeviceContext()
public void setDeviceContext(TestAttributeTestContextProvider<Device> deviceContext)
public ExceptionTestContextImpl getExceptionContext()
public void setExceptionContext(ExceptionTestContextImpl exceptionContext)
public SystemAttributeContext getSystemAttributeContext()
public void setSystemAttributeContext(SystemAttributeContext systemAttributeContext)
public ReportStatusStats getReportStatusStats()
public void setReportStatusStats(ReportStatusStats reportStatusStats)
public java.util.List<Status> getStatusList()
public void setStatusList(java.util.List<Status> statusList)
Copyright © 2019. All Rights Reserved.