public class TAReport extends Object
Constructor and Description |
---|
TAReport(Map<TestStatus,Integer> summary,
hudson.model.Run<?,?> build) |
Modifier and Type | Method and Description |
---|---|
hudson.model.Run<?,?> |
getBuild() |
int |
getDegradedCount() |
int |
getFailedCount() |
int |
getImprovedCount() |
int |
getPassedCount() |
Map<TestStatus,Integer> |
getSummary() |
int |
getVolatileCount() |
TAReportDetails |
loadReportDetails() |
String |
toString() |
public TAReport(Map<TestStatus,Integer> summary, hudson.model.Run<?,?> build)
public hudson.model.Run<?,?> getBuild()
public Map<TestStatus,Integer> getSummary()
public int getFailedCount()
public int getDegradedCount()
public int getVolatileCount()
public int getImprovedCount()
public int getPassedCount()
public TAReportDetails loadReportDetails()
Copyright © 2016–2020. All rights reserved.