public class TapTestResultResult
extends hudson.tasks.test.TestResult
| Constructor and Description |
|---|
TapTestResultResult(hudson.model.AbstractBuild<?,?> owner,
TestSetMap testSetMap,
org.tap4j.model.TestResult tapTestResult,
Boolean todoIsFailure,
Boolean includeCommentDiagnostics,
Boolean validateNumberOfTests) |
| 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 |
getRelativePathFrom(hudson.tasks.test.TestObject it) |
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, getSearchUrl, getTestAction, getTestActions, getTestResult, getTestResultAction, getTopLevelTestResult, getTotalCount, getUrl, safe, setDescription, uniquifyNamepublic TapTestResultResult(hudson.model.AbstractBuild<?,?> owner,
TestSetMap testSetMap,
org.tap4j.model.TestResult tapTestResult,
Boolean todoIsFailure,
Boolean includeCommentDiagnostics,
Boolean validateNumberOfTests)
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 getRelativePathFrom(hudson.tasks.test.TestObject it)
getRelativePathFrom in class hudson.tasks.test.TestObjectpublic 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-2014 Jenkins. All Rights Reserved.