@ExportedBean public abstract class AggregatedTestResultAction extends AbstractTestResultAction
AbstractTestResultAction that aggregates all the test results
from the corresponding Runs.
(This has nothing to do with AggregatedTestResultPublisher, unfortunately)
| Modifier and Type | Class and Description |
|---|---|
static class |
AggregatedTestResultAction.Child |
static class |
AggregatedTestResultAction.ChildReport
Data-binding bean for the remote API.
|
AbstractTestResultAction.Summarizer| Modifier and Type | Field and Description |
|---|---|
List<AggregatedTestResultAction.Child> |
children
child builds whose test results are used for aggregation.
|
owner, run| Constructor and Description |
|---|
AggregatedTestResultAction() |
AggregatedTestResultAction(hudson.model.AbstractBuild owner)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(AbstractTestResultAction child) |
protected abstract String |
getChildName(AbstractTestResultAction tr) |
protected AbstractTestResultAction |
getChildReport(AggregatedTestResultAction.Child child)
Uses
resolveChild(Child) and obtain the
AbstractTestResultAction object for the given child. |
List<AggregatedTestResultAction.ChildReport> |
getChildReports()
Mainly for the remote API.
|
protected String |
getDescription(TestObject object)
Deprecated.
so that IDE warns you if you accidentally try to call it.
|
int |
getFailCount()
Gets the number of failed tests.
|
List<? extends TestResult> |
getFailedTests()
A shortcut for summary.jelly
|
List<AggregatedTestResultAction.ChildReport> |
getResult()
Returns the object that represents the actual test result.
|
int |
getSkipCount()
Gets the number of skipped tests.
|
int |
getTotalCount()
Gets the total number of tests.
|
hudson.model.AbstractBuild<?,?> |
resolveChild(AggregatedTestResultAction.Child child)
Deprecated.
|
hudson.model.Run<?,?> |
resolveRun(AggregatedTestResultAction.Child child) |
protected void |
setDescription(TestObject object,
String description)
Deprecated.
so that IDE warns you if you accidentally try to call it.
|
protected void |
update(List<? extends AbstractTestResultAction> children) |
doGraph, doGraphMap, findCorrespondingResult, findPreviousCorresponding, getApi, getBuildHealth, getDisplayName, getFailureDiffString, getHealthScaleFactor, getIconFileName, getPreviousResult, getTestResultPath, getUrlName, onAttached, onLoad, readResolvepublic final List<AggregatedTestResultAction.Child> children
@Deprecated public AggregatedTestResultAction(hudson.model.AbstractBuild owner)
public AggregatedTestResultAction()
protected void update(List<? extends AbstractTestResultAction> children)
protected void add(AbstractTestResultAction child)
public int getFailCount()
AbstractTestResultActiongetFailCount in class AbstractTestResultActionpublic int getSkipCount()
AbstractTestResultActiongetSkipCount in class AbstractTestResultActionpublic int getTotalCount()
AbstractTestResultActiongetTotalCount in class AbstractTestResultActionpublic List<AggregatedTestResultAction.ChildReport> getResult()
AbstractTestResultActionAbstractTestResultAction in between.
If such a concept doesn't make sense for a particular subtype, return this.
getResult in class AbstractTestResultActionpublic List<? extends TestResult> getFailedTests()
AbstractTestResultActiongetFailedTests in class AbstractTestResultAction@Exported(inline=true) public List<AggregatedTestResultAction.ChildReport> getChildReports()
protected abstract String getChildName(AbstractTestResultAction tr)
public hudson.model.Run<?,?> resolveRun(AggregatedTestResultAction.Child child)
@Deprecated public hudson.model.AbstractBuild<?,?> resolveChild(AggregatedTestResultAction.Child child)
protected AbstractTestResultAction getChildReport(AggregatedTestResultAction.Child child)
resolveChild(Child) and obtain the
AbstractTestResultAction object for the given child.protected final String getDescription(TestObject object)
TestObjects point to their respective real owners, not 'this'),
so this method should be never invoked.getDescription in class AbstractTestResultActionTestObject.getDescription()protected final void setDescription(TestObject object, String description)
setDescription in class AbstractTestResultActionCopyright © 2004-2015. All Rights Reserved.