hudson.tasks.test
Class MetaTabulatedResult
java.lang.Object
hudson.model.AbstractModelObject
hudson.tasks.junit.TestObject
hudson.tasks.test.TestObject
hudson.tasks.test.TestResult
hudson.tasks.test.TabulatedResult
hudson.tasks.test.MetaTabulatedResult
- All Implemented Interfaces:
- ModelObject, SearchableModelObject, SearchItem, Serializable
- Direct Known Subclasses:
- PackageResult, TestResult
public abstract class MetaTabulatedResult
- extends TabulatedResult
The purpose of this class is to provide a good place for the
jelly to bind to.
TabulatedResult
whose immediate children
are other TabulatedResult
s.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
Methods inherited from class hudson.tasks.test.TestResult |
annotate, getBuildResult, getDuration, getErrorDetails, getErrorStackTrace, getFailCount, getFailedSince, getFailedSinceRun, getParentAction, getPassCount, getPassedTests, getPreviousResult, getResultInBuild, getSkipCount, getSkippedTests, getStderr, getStdout, getTitle, isPassed, setParent, setParentAction, tally, toPrettyString |
Methods inherited from class hudson.tasks.test.TestObject |
doSubmitDescription, findCorrespondingResult, getApi, getDescription, getDurationString, getDynamic, getHistory, getId, getName, getOwner, getParent, getRelativePathFrom, getSafeName, getSearchUrl, getTestAction, getTestActions, getTestResult, getTestResultAction, getTopLevelTestResult, getTotalCount, getUrl, safe, setDescription, uniquifyName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaTabulatedResult
public MetaTabulatedResult()
getFailedTests
public abstract Collection<? extends TestResult> getFailedTests()
- All failed tests.
- Overrides:
getFailedTests
in class TestResult
- Returns:
- the children of this test result, if any, or an empty collection
Copyright © 2004-2013. All Rights Reserved.