public class BeforeAfterResult
extends hudson.tasks.test.TestResult
| Constructor and Description |
|---|
BeforeAfterResult(gherkin.formatter.model.Match match,
gherkin.formatter.model.Result result) |
| 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.
|
String |
getName() |
hudson.model.AbstractBuild<?,?> |
getOwner() |
hudson.tasks.test.TestObject |
getParent() |
int |
getPassCount()
Gets the total number of passed tests.
|
int |
getSkipCount()
Gets the total number of skipped tests.
|
annotate, getBuildResult, getErrorDetails, getErrorStackTrace, getFailedSince, getFailedSinceRun, getFailedTests, getParentAction, getPassedTests, getPreviousResult, getResultInBuild, getSkippedTests, getStderr, getStdout, getTitle, isPassed, setParent, setParentAction, tally, toPrettyStringdoSubmitDescription, getApi, getDescription, getDurationString, getDynamic, getHistory, getId, getRelativePathFrom, getSafeName, getSearchUrl, getTestAction, getTestActions, getTestResult, getTestResultAction, getTopLevelTestResult, getTotalCount, getUrl, safe, setDescription, uniquifyNamepublic BeforeAfterResult(gherkin.formatter.model.Match match,
gherkin.formatter.model.Result result)
public String getName()
getName in class hudson.tasks.test.TestObjectpublic 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.TestResultpublic 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 getDisplayName()
public float getDuration()
getDuration in class hudson.tasks.test.TestResultCopyright © 2013-2014. All Rights Reserved.