@ExportedBean
public abstract class QuestaVrmAbstractResult
extends hudson.tasks.test.TestResult
| Constructor and Description |
|---|
QuestaVrmAbstractResult(QuestaVrmRegressionResult regressionResult) |
| Modifier and Type | Method and Description |
|---|---|
hudson.tasks.test.TestResult |
findCorrespondingResult(String id) |
String |
getAction() |
int |
getAge()
Gets the number of consecutive builds (including this) that this test
case has been failing.
|
hudson.model.Api |
getApi() |
float |
getCoverage() |
String |
getDisplayName() |
long |
getDoneTime() |
String |
getDoneTimeString() |
float |
getDuration() |
int |
getFailCount() |
int |
getFailedSince()
If this test failed, then return the build number when this test started
failing.
|
hudson.model.Run<?,?> |
getFailedSinceRun() |
Collection<? extends hudson.tasks.test.TestResult> |
getFailedTests() |
String |
getHost() |
String |
getHostname() |
hudson.tasks.junit.CaseResult.Status |
getJunitCompatibleStatus() |
long |
getLaunchTime() |
String |
getLaunchTimeString() |
String |
getMergefile() |
hudson.tasks.test.TestResult |
getMirrorTest() |
QuestaVrmRegressionResult |
getParent() |
int |
getPassCount() |
Collection<? extends hudson.tasks.test.TestResult> |
getPassedTests() |
hudson.tasks.test.TestResult |
getPreviousResult() |
float |
getQueued() |
String |
getReason() |
String |
getRelativePathFrom(hudson.tasks.test.TestObject it) |
String |
getRelativeUrl() |
hudson.tasks.test.TestResult |
getResultInRun(hudson.model.Run<?,?> build) |
hudson.model.Run<?,?> |
getRun() |
String |
getSeed() |
int |
getSkipCount() |
Collection<? extends hudson.tasks.test.TestResult> |
getSkippedTests() |
long |
getStartTime() |
String |
getStartTimeString() |
String |
getStatus() |
String |
getTestname() |
double |
getTestplanCov() |
String |
getTestUrl() |
String |
getTitle() |
int |
getTotalCount() |
float |
getTplanCov() |
String |
getUcdbfile() |
boolean |
isFailed() |
boolean |
isPassed() |
boolean |
isSkipped() |
boolean |
isTest() |
void |
setAction(String action) |
void |
setCoverage(float value) |
void |
setDoneTime(Date doneTime) |
void |
setDuration(float duration) |
void |
setHostname(String hostname) |
void |
setLaunchTime(Date launchTime) |
void |
setMergefile(String mergefile) |
void |
setOwner(hudson.model.Run run) |
void |
setQueued(float queued) |
void |
setReason(String reason) |
void |
setRegressionResult(QuestaVrmRegressionResult regressionResult) |
void |
setSeed(String seed) |
void |
setStartTime(Date startTime) |
void |
setStatus(String status) |
void |
setTestname(String testname) |
void |
setTestplanCov(float testplanCov) |
void |
setUcdbfile(String ucdbfile) |
String |
toString() |
annotate, getBuildResult, getErrorDetails, getErrorStackTrace, getParentAction, getStderr, getStdout, setParent, setParentAction, tally, toPrettyStringdoSubmitDescription, getDescription, getDurationString, getDynamic, getFullDisplayName, getFullName, getHistory, getId, getName, getResultInBuild, getSafeName, getSearchUrl, getTestAction, getTestActions, getTestResult, getTestResultAction, getTopLevelTestResult, getUrl, safe, setDescription, uniquifyNamepublic QuestaVrmAbstractResult(QuestaVrmRegressionResult regressionResult)
public boolean isTest()
public QuestaVrmRegressionResult getParent()
getParent in class hudson.tasks.test.TestObjectpublic void setStatus(String status)
public void setTestname(String testname)
public void setAction(String action)
public void setSeed(String seed)
public void setReason(String reason)
public void setUcdbfile(String ucdbfile)
public void setMergefile(String mergefile)
public void setDuration(float duration)
public void setOwner(hudson.model.Run run)
public void setHostname(String hostname)
public void setLaunchTime(Date launchTime)
public void setStartTime(Date startTime)
public void setDoneTime(Date doneTime)
public void setTestplanCov(float testplanCov)
public void setCoverage(float value)
public void setQueued(float queued)
public void setRegressionResult(QuestaVrmRegressionResult regressionResult)
public boolean isFailed()
public boolean isPassed()
isPassed in class hudson.tasks.test.TestResultpublic boolean isSkipped()
@Exported(visibility=999) public int getSkipCount()
getSkipCount in class hudson.tasks.test.TestResult@Exported(visibility=999) public int getFailCount()
getFailCount in class hudson.tasks.test.TestResult@Exported(visibility=999) public int getPassCount()
getPassCount in class hudson.tasks.test.TestResult@Exported(visibility=999) public float getDuration()
getDuration in class hudson.tasks.test.TestResultpublic String getTitle()
getTitle in class hudson.tasks.test.TestResult@Exported(visibility=999) public int getTotalCount()
getTotalCount in class hudson.tasks.test.TestObject@Exported(visibility=999) public float getQueued()
@Exported(visibility=999) public String getTestname()
@Exported(visibility=999) public String getSeed()
@Exported(visibility=999) public String getStatus()
@Exported(visibility=999) public float getTplanCov()
@Exported(visibility=999) public String getHost()
@Exported(visibility=999) public float getCoverage()
@Exported(visibility=999) public String getAction()
@Exported(visibility=999) public long getStartTime()
@Exported(visibility=999) public long getDoneTime()
@Exported(visibility=999) public long getLaunchTime()
@Exported(visibility=999) public String getStartTimeString()
@Exported(visibility=999) public String getDoneTimeString()
@Exported(visibility=999) public String getLaunchTimeString()
@Exported(visibility=999) public String getReason()
@Exported(visibility=999) public String getUcdbfile()
@Exported(visibility=999) public String getMergefile()
@Exported(visibility=999) public double getTestplanCov()
@Exported(visibility=999) public String getHostname()
public String getRelativeUrl()
public String getDisplayName()
public Collection<? extends hudson.tasks.test.TestResult> getFailedTests()
getFailedTests in class hudson.tasks.test.TestResultpublic Collection<? extends hudson.tasks.test.TestResult> getPassedTests()
getPassedTests in class hudson.tasks.test.TestResultpublic Collection<? extends hudson.tasks.test.TestResult> getSkippedTests()
getSkippedTests in class hudson.tasks.test.TestResultpublic hudson.tasks.test.TestResult getMirrorTest()
public String getTestUrl()
@Exported(visibility=9) public int getFailedSince()
getFailedSince in class hudson.tasks.test.TestResultpublic hudson.model.Run<?,?> getFailedSinceRun()
getFailedSinceRun in class hudson.tasks.test.TestResult@Exported(visibility=9) public int getAge()
public hudson.tasks.test.TestResult getPreviousResult()
getPreviousResult in class hudson.tasks.test.TestResult@Exported(name="status",
visibility=9)
public hudson.tasks.junit.CaseResult.Status getJunitCompatibleStatus()
public hudson.tasks.test.TestResult getResultInRun(hudson.model.Run<?,?> build)
getResultInRun in class hudson.tasks.test.TestResultpublic hudson.model.Run<?,?> getRun()
getRun in class hudson.tasks.junit.TestObjectpublic String getRelativePathFrom(hudson.tasks.test.TestObject it)
getRelativePathFrom in class hudson.tasks.test.TestObjectpublic hudson.model.Api getApi()
getApi in class hudson.tasks.test.TestObjectpublic hudson.tasks.test.TestResult findCorrespondingResult(String id)
findCorrespondingResult in class hudson.tasks.test.TestObjectCopyright © 2016–2024. All rights reserved.