@ExportedBean
public class ScenarioResult
extends hudson.tasks.test.TestResult
| Modifier and Type | Method and Description |
|---|---|
hudson.tasks.test.TestResult |
findCorrespondingResult(String id) |
List<BeforeAfterResult> |
getAfterResults() |
int |
getAge()
Gets the number of consecutive builds (including this) that this test case has been failing.
|
BackgroundResult |
getBackgroundResult() |
List<BeforeAfterResult> |
getBeforeResults() |
String |
getDisplayName() |
float |
getDuration() |
String |
getErrorDetails()
If there was an error or a failure, this is the text from the message.
|
int |
getFailCount() |
int |
getFailedSince()
If this test failed, then return the build number when this test started failing.
|
String |
getFullName() |
String |
getName() |
hudson.model.AbstractBuild<?,?> |
getOwner() |
FeatureResult |
getParent() |
int |
getPassCount() |
String |
getRelativePathFrom(hudson.tasks.test.TestObject from) |
String |
getSafeName() |
gherkin.formatter.model.Scenario |
getScenario() |
int |
getSkipCount() |
String |
getSource() |
hudson.tasks.junit.CaseResult.Status |
getStatus() |
Collection<StepResult> |
getStepResults() |
void |
setOwner(hudson.model.AbstractBuild<?,?> owner) |
protected void |
setParent(FeatureResult parent) |
void |
tally() |
annotate, getBuildResult, getErrorStackTrace, getFailedSinceRun, getFailedTests, getParentAction, getPassedTests, getPreviousResult, getResultInBuild, getSkippedTests, getStderr, getStdout, getTitle, isPassed, setParent, setParentAction, toPrettyStringdoSubmitDescription, getApi, getDescription, getDurationString, getDynamic, getHistory, getId, getSearchUrl, getTestAction, getTestActions, getTestResult, getTestResultAction, getTopLevelTestResult, getTotalCount, getUrl, safe, setDescription, uniquifyName@Exported(visibility=9) public String getName()
getName in class hudson.tasks.test.TestObjectpublic String getFullName()
public int getFailCount()
getFailCount in class hudson.tasks.test.TestResultpublic String getSafeName()
getSafeName in class hudson.tasks.test.TestObjectpublic int getSkipCount()
getSkipCount in class hudson.tasks.test.TestResult@Exported(visibility=9) public int getPassCount()
getPassCount in class hudson.tasks.test.TestResultpublic hudson.model.AbstractBuild<?,?> getOwner()
getOwner in class hudson.tasks.test.TestObjectpublic void setOwner(hudson.model.AbstractBuild<?,?> owner)
public FeatureResult getParent()
getParent in class hudson.tasks.test.TestObjectprotected void setParent(FeatureResult parent)
public hudson.tasks.test.TestResult findCorrespondingResult(String id)
findCorrespondingResult in class hudson.tasks.test.TestObjectpublic String getDisplayName()
public BackgroundResult getBackgroundResult()
public List<BeforeAfterResult> getAfterResults()
public List<BeforeAfterResult> getBeforeResults()
public Collection<StepResult> getStepResults()
public gherkin.formatter.model.Scenario getScenario()
@Exported(visibility=9) public float getDuration()
getDuration in class hudson.tasks.test.TestResult@Exported(name="status",
visibility=9)
public hudson.tasks.junit.CaseResult.Status getStatus()
@Exported(visibility=9) public int getFailedSince()
getFailedSince in class hudson.tasks.test.TestResult@Exported(visibility=9) public int getAge()
public void tally()
tally in class hudson.tasks.test.TestResultpublic String getErrorDetails()
getErrorDetails in class hudson.tasks.test.TestResultpublic String getSource()
public String getRelativePathFrom(hudson.tasks.test.TestObject from)
getRelativePathFrom in class hudson.tasks.test.TestObjectCopyright © 2013-2014. All Rights Reserved.