public class QuestaUCDBResult extends QuestaCoverageResult
attributesValues, coverageValues| Constructor and Description |
|---|
QuestaUCDBResult(String coverageId) |
QuestaUCDBResult(String coverageId,
boolean shadow) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTest(QuestaCoverageResult testResult) |
void |
addTrendableAttribute(String name,
Double value) |
void |
addTrendableAttribute(String name,
String value) |
boolean |
containsTest(String otherTest) |
void |
copyEmptyTests(QuestaCoverageResult previous) |
QuestaUCDBResult |
createEmptyCopy() |
double |
getAttributeDoubleValue(String attrKey) |
String |
getAttributeValue(String attrKey) |
double |
getCpuTime() |
int |
getFailCount() |
ArrayList<String> |
getGlobalTrendableAttributes() |
int |
getPassCount() |
int |
getSkipCount() |
QuestaCoverageResult |
getTest(String testname) |
Collection<QuestaCoverageResult> |
getTests() |
int |
getTotalCount() |
ArrayList<String> |
getTrendableAttributes() |
QuestaUCDBResult |
getUcdbResult() |
void |
setUcdbResult(QuestaUCDBResult ucdbResult) |
void |
tally(hudson.tasks.test.TestResult testResult) |
add, addAttributes, containsCoverage, getAttributesValues, getAttributeUnit, getCoverageAction, getCoverageId, getCoverageValues, getDisplayID, getOtherAttributes, getSimulationKeys, getTestName, getTestplanCov, getTestStatus, getTotalCoverage, getUrlName, isNumericAttribute, isShadow, isTest, setCoverageAction, setTestplanCov, setTotalCoverage, toolTipString, toolTipStringpublic QuestaUCDBResult(String coverageId)
public QuestaUCDBResult(String coverageId, boolean shadow)
public void addTest(QuestaCoverageResult testResult)
public String getAttributeValue(String attrKey)
getAttributeValue in class QuestaCoverageResultpublic double getAttributeDoubleValue(String attrKey)
getAttributeDoubleValue in class QuestaCoverageResultpublic ArrayList<String> getTrendableAttributes()
getTrendableAttributes in class QuestaCoverageResultpublic Collection<QuestaCoverageResult> getTests()
public double getCpuTime()
getCpuTime in class QuestaCoverageResultpublic int getPassCount()
getPassCount in class QuestaCoverageResultpublic int getFailCount()
getFailCount in class QuestaCoverageResultpublic int getSkipCount()
getSkipCount in class QuestaCoverageResultpublic int getTotalCount()
getTotalCount in class QuestaCoverageResultpublic boolean containsTest(String otherTest)
containsTest in class QuestaCoverageResultpublic QuestaCoverageResult getTest(String testname)
getTest in class QuestaCoverageResultpublic void tally(hudson.tasks.test.TestResult testResult)
tally in class QuestaCoverageResultpublic QuestaUCDBResult createEmptyCopy()
createEmptyCopy in class QuestaCoverageResultpublic void copyEmptyTests(QuestaCoverageResult previous)
public void setUcdbResult(QuestaUCDBResult ucdbResult)
setUcdbResult in class QuestaCoverageResultpublic QuestaUCDBResult getUcdbResult()
getUcdbResult in class QuestaCoverageResultCopyright © 2016–2024. All rights reserved.