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