public class BackgroundResult
extends hudson.tasks.test.TestResult
| Modifier and Type | Method and Description |
|---|---|
hudson.tasks.test.TestResult |
findCorrespondingResult(String id) |
gherkin.formatter.model.Background |
getBackground() |
String |
getDisplayName() |
float |
getDuration() |
int |
getFailCount() |
String |
getName() |
hudson.model.AbstractBuild<?,?> |
getOwner() |
ScenarioResult |
getParent() |
int |
getPassCount() |
int |
getSkipCount() |
void |
tally() |
annotate, getBuildResult, getErrorDetails, getErrorStackTrace, getFailedSince, getFailedSinceRun, getFailedTests, getParentAction, getPassedTests, getPreviousResult, getResultInRun, getSkippedTests, getStderr, getStdout, getTitle, isPassed, setParent, setParentAction, toPrettyStringdoSubmitDescription, getApi, getDescription, getDurationString, getDynamic, getFullDisplayName, getFullName, getHistory, getId, getRelativePathFrom, getResultInBuild, getSafeName, getSearchUrl, getTestAction, getTestActions, getTestResult, getTestResultAction, getTopLevelTestResult, getTotalCount, getUrl, safe, setDescription, uniquifyNamepublic hudson.model.AbstractBuild<?,?> getOwner()
getOwner in class hudson.tasks.junit.TestObjectpublic String getName()
getName in class hudson.tasks.test.TestObjectpublic int getFailCount()
getFailCount in class hudson.tasks.test.TestResultpublic int getSkipCount()
getSkipCount in class hudson.tasks.test.TestResultpublic int getPassCount()
getPassCount in class hudson.tasks.test.TestResultpublic ScenarioResult getParent()
getParent in class hudson.tasks.test.TestObjectpublic float getDuration()
getDuration in class hudson.tasks.test.TestResultpublic hudson.tasks.test.TestResult findCorrespondingResult(String id)
findCorrespondingResult in class hudson.tasks.test.TestObjectpublic String getDisplayName()
public gherkin.formatter.model.Background getBackground()
public void tally()
tally in class hudson.tasks.test.TestResultCopyright © 2013-2015. All Rights Reserved.