public static class ReportBuilder.QualityReport extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
QualityReport(com.takipi.api.client.util.regression.RegressionInput input,
com.takipi.api.client.util.regression.RateRegression regression,
List<OOReportRegressedEvent> regressions,
List<com.takipi.api.client.util.cicd.OOReportEvent> criticalErrors,
List<com.takipi.api.client.util.cicd.OOReportEvent> topErrors,
List<com.takipi.api.client.util.cicd.OOReportEvent> newIssues,
List<com.takipi.api.client.util.cicd.OOReportEvent> resurfacedErrors,
long eventVolume,
int uniqueEventCounts,
boolean unstable,
boolean checkNewGate,
boolean checkResurfacedGate,
boolean checkCriticalGate,
boolean checkVolumeGate,
boolean checkUniqueGate,
boolean checkRegressionGate,
Integer maxEventVolume,
Integer maxUniqueVolume,
boolean markedUnstable) |
| Modifier and Type | Method and Description |
|---|---|
List<com.takipi.api.client.util.cicd.OOReportEvent> |
getAllIssues() |
List<com.takipi.api.client.util.cicd.OOReportEvent> |
getCriticalErrors() |
long |
getEventVolume() |
com.takipi.api.client.util.regression.RegressionInput |
getInput() |
Integer |
getMaxEventVolume() |
Integer |
getMaxUniqueVolume() |
List<com.takipi.api.client.util.cicd.OOReportEvent> |
getNewIssues() |
com.takipi.api.client.util.regression.RateRegression |
getRegression() |
List<OOReportRegressedEvent> |
getRegressions() |
List<com.takipi.api.client.util.cicd.OOReportEvent> |
getResurfacedErrors() |
List<com.takipi.api.client.util.cicd.OOReportEvent> |
getTopErrors() |
long |
getUniqueEventsCount() |
boolean |
getUnstable() |
boolean |
isCheckCriticalGate() |
boolean |
isCheckNewGate() |
boolean |
isCheckRegressionGate() |
boolean |
isCheckResurfacedGate() |
boolean |
isCheckUniqueGate() |
boolean |
isCheckVolumeGate() |
boolean |
isMarkedUnstable() |
protected QualityReport(com.takipi.api.client.util.regression.RegressionInput input,
com.takipi.api.client.util.regression.RateRegression regression,
List<OOReportRegressedEvent> regressions,
List<com.takipi.api.client.util.cicd.OOReportEvent> criticalErrors,
List<com.takipi.api.client.util.cicd.OOReportEvent> topErrors,
List<com.takipi.api.client.util.cicd.OOReportEvent> newIssues,
List<com.takipi.api.client.util.cicd.OOReportEvent> resurfacedErrors,
long eventVolume,
int uniqueEventCounts,
boolean unstable,
boolean checkNewGate,
boolean checkResurfacedGate,
boolean checkCriticalGate,
boolean checkVolumeGate,
boolean checkUniqueGate,
boolean checkRegressionGate,
Integer maxEventVolume,
Integer maxUniqueVolume,
boolean markedUnstable)
public com.takipi.api.client.util.regression.RegressionInput getInput()
public com.takipi.api.client.util.regression.RateRegression getRegression()
public List<com.takipi.api.client.util.cicd.OOReportEvent> getResurfacedErrors()
public List<com.takipi.api.client.util.cicd.OOReportEvent> getAllIssues()
public List<com.takipi.api.client.util.cicd.OOReportEvent> getCriticalErrors()
public List<com.takipi.api.client.util.cicd.OOReportEvent> getTopErrors()
public List<com.takipi.api.client.util.cicd.OOReportEvent> getNewIssues()
public List<OOReportRegressedEvent> getRegressions()
public long getUniqueEventsCount()
public boolean getUnstable()
public long getEventVolume()
public boolean isCheckNewGate()
public boolean isCheckResurfacedGate()
public boolean isCheckCriticalGate()
public boolean isCheckVolumeGate()
public boolean isCheckUniqueGate()
public boolean isCheckRegressionGate()
public Integer getMaxEventVolume()
public Integer getMaxUniqueVolume()
public boolean isMarkedUnstable()
Copyright © 2016–2019. All rights reserved.