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 TestAttributeTestContextStore<Category> getCategoryContext()
public void setCategoryContext(TestAttributeTestContextStore<Category> categoryContext)
public TestAttributeTestContextStore<Author> getAuthorContext()
public void setAuthorContext(TestAttributeTestContextStore<Author> authorContext)
public TestAttributeTestContextStore<Device> getDeviceContext()
public void setDeviceContext(TestAttributeTestContextStore<Device> deviceContext)
public ExceptionTestContextStore getExceptionContext()
public void setExceptionContext(ExceptionTestContextStore exceptionContext)
public SystemAttributeContext getSystemAttributeContext()
public void setSystemAttributeContext(SystemAttributeContext systemAttributeContext)
public ReportStatusStats getReportStatusStats()
public void setReportStatusStats(ReportStatusStats reportStatusStats)
public java.util.Collection<Status> getStatusCollection()
public void setStatusCollection(java.util.Collection<Status> statusCollection)
Copyright © 2020. All Rights Reserved.