Package 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
The purpose of this class is to provide a good place for the
 jelly to bind to.
 
TabulatedResult whose immediate children
 are other TabulatedResults.- Author:
 - Kohsuke Kawaguchi
 - See Also:
 
- 
Field Summary
Fields inherited from class hudson.tasks.test.TabulatedResult
testsByBlock - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class hudson.tasks.test.TabulatedResult
blockToTestResult, getChildren, getChildTitle, getChildType, getPipelineBlockWithTests, hasChildren, hasMultipleBlocks, populateBlocksMethods inherited from class hudson.tasks.test.TestResult
annotate, getBuildResult, getDuration, getErrorDetails, getErrorStackTrace, getFailCount, getFailedSince, getFailedSinceRun, getParentAction, getPassCount, getPassedTests, getPreviousResult, getProperties, getResultInRun, getSkipCount, getSkippedTests, getStderr, getStdout, getTitle, isPassed, setParent, setParentAction, tally, toPrettyStringMethods inherited from class hudson.tasks.test.TestObject
doSubmitDescription, findCorrespondingResult, getApi, getDescription, getDurationString, getDynamic, getFullDisplayName, getFullName, getHistory, getId, getName, getParent, getRelativePathFrom, getResultInBuild, getSafeName, getSearchUrl, getTestAction, getTestActions, getTestResult, getTestResultAction, getTopLevelTestResult, getTotalCount, getUrl, safe, setDescription, uniquifyNameMethods inherited from class hudson.tasks.junit.TestObject
getOwner, getRunMethods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError, sendError, sendError, sendErrorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.ModelObject
getDisplayNameMethods inherited from interface hudson.search.SearchItem
getSearchGroup, getSearchIcon 
- 
Constructor Details
- 
MetaTabulatedResult
public MetaTabulatedResult() 
 - 
 - 
Method Details
- 
getFailedTests
All failed tests.- Overrides:
 getFailedTestsin classTestResult- Returns:
 - the children of this test result, if any, or an empty collection
 
 
 -