public class TagResult
extends hudson.tasks.test.MetaTabulatedResult
| Modifier and Type | Method and Description |
|---|---|
hudson.tasks.test.TestResult |
findCorrespondingResult(String id) |
Collection<ScenarioResult> |
getChildren() |
String |
getChildTitle() |
String |
getDisplayName() |
float |
getDuration() |
Object |
getDynamic(String token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
int |
getFailCount() |
Collection<ScenarioResult> |
getFailedTests() |
String |
getName() |
hudson.model.AbstractBuild<?,?> |
getOwner() |
hudson.tasks.test.TestObject |
getParent() |
int |
getPassCount() |
String |
getSafeName() |
Collection<ScenarioResult> |
getScenarioResults() |
int |
getSkipCount() |
String |
getTagName() |
int |
getTotalCount() |
boolean |
hasChildren() |
void |
setOwner(hudson.model.AbstractBuild<?,?> owner) |
protected void |
setParent(CucumberTestResult parent) |
void |
tally() |
annotate, getBuildResult, getErrorDetails, getErrorStackTrace, getFailedSince, getFailedSinceRun, getParentAction, getPassedTests, getPreviousResult, getResultInRun, getSkippedTests, getStderr, getStdout, getTitle, isPassed, setParent, setParentAction, toPrettyStringdoSubmitDescription, getApi, getDescription, getDurationString, getFullDisplayName, getFullName, getHistory, getId, getRelativePathFrom, getResultInBuild, getSearchUrl, getTestAction, getTestActions, getTestResult, getTestResultAction, getTopLevelTestResult, getUrl, safe, setDescription, uniquifyNamepublic String getDisplayName()
public String getName()
getName in class hudson.tasks.test.TestObjectpublic Collection<ScenarioResult> getChildren()
getChildren in class hudson.tasks.test.TabulatedResultpublic Collection<ScenarioResult> getScenarioResults()
public String getChildTitle()
getChildTitle in class hudson.tasks.test.TabulatedResultpublic boolean hasChildren()
hasChildren in class hudson.tasks.test.TabulatedResultpublic hudson.model.AbstractBuild<?,?> getOwner()
getOwner in class hudson.tasks.junit.TestObjectpublic void setOwner(hudson.model.AbstractBuild<?,?> owner)
public hudson.tasks.test.TestObject getParent()
getParent in class hudson.tasks.test.TestObjectprotected void setParent(CucumberTestResult parent)
public hudson.tasks.test.TestResult findCorrespondingResult(String id)
findCorrespondingResult in class hudson.tasks.test.TestObjectpublic Collection<ScenarioResult> getFailedTests()
getFailedTests in class hudson.tasks.test.MetaTabulatedResultpublic String getTagName()
public String getSafeName()
getSafeName in class hudson.tasks.test.TestObjectpublic void tally()
tally in class hudson.tasks.test.TestResultpublic int getFailCount()
getFailCount in class hudson.tasks.test.TestResultpublic int getPassCount()
getPassCount in class hudson.tasks.test.TestResultpublic float getDuration()
getDuration in class hudson.tasks.test.TestResultpublic int getSkipCount()
getSkipCount in class hudson.tasks.test.TestResultpublic int getTotalCount()
getTotalCount in class hudson.tasks.test.TestObjectCopyright © 2013-2015. All Rights Reserved.