public class TapTestResultResult
extends hudson.tasks.test.TestResult
| Constructor and Description |
|---|
TapTestResultResult(hudson.model.AbstractBuild<?,?> owner,
TestSetMap testSetMap,
org.tap4j.model.TestResult tapTestResult)
Deprecated.
|
TapTestResultResult(hudson.model.AbstractBuild<?,?> owner,
TestSetMap testSetMap,
org.tap4j.model.TestResult tapTestResult,
Boolean todoIsFailure) |
| Modifier and Type | Method and Description |
|---|---|
hudson.tasks.test.TestResult |
findCorrespondingResult(String id) |
String |
getDisplayName() |
float |
getDuration() |
String |
getFullName() |
String |
getName() |
hudson.model.AbstractBuild<?,?> |
getOwner() |
hudson.tasks.test.TestObject |
getParent() |
String |
getSafeName() |
String |
getSkip() |
String |
getStatus() |
String |
getTitle() |
String |
getTodo() |
String |
toString() |
annotate, getBuildResult, getErrorDetails, getErrorStackTrace, getFailCount, getFailedSince, getFailedSinceRun, getFailedTests, getParentAction, getPassCount, getPassedTests, getPreviousResult, getResultInBuild, getSkipCount, getSkippedTests, getStderr, getStdout, isPassed, setParent, setParentAction, tally, toPrettyStringdoSubmitDescription, getApi, getDescription, getDurationString, getDynamic, getHistory, getId, getRelativePathFrom, getSearchUrl, getTestAction, getTestActions, getTestResult, getTestResultAction, getTopLevelTestResult, getTotalCount, getUrl, safe, setDescription, uniquifyNamepublic TapTestResultResult(hudson.model.AbstractBuild<?,?> owner,
TestSetMap testSetMap,
org.tap4j.model.TestResult tapTestResult)
owner - testSetMap - tapTestResult - public TapTestResultResult(hudson.model.AbstractBuild<?,?> owner,
TestSetMap testSetMap,
org.tap4j.model.TestResult tapTestResult,
Boolean todoIsFailure)
public String getDisplayName()
public hudson.model.AbstractBuild<?,?> getOwner()
getOwner in class hudson.tasks.test.TestObjectpublic hudson.tasks.test.TestObject getParent()
getParent in class hudson.tasks.test.TestObjectpublic hudson.tasks.test.TestResult findCorrespondingResult(String id)
findCorrespondingResult in class hudson.tasks.test.TestObjectpublic String getName()
getName in class hudson.tasks.test.TestObjectpublic String getStatus()
public String getSkip()
public String getTodo()
public String getFullName()
public String getSafeName()
getSafeName in class hudson.tasks.test.TestObjectpublic String getTitle()
getTitle in class hudson.tasks.test.TestResultpublic float getDuration()
getDuration in class hudson.tasks.test.TestResultCopyright © 2011-2013 Jenkins. All Rights Reserved.