@ExportedBean public abstract class AggregatedTestResultAction extends AbstractTestResultAction
AbstractTestResultAction
that aggregates all the test results
from the corresponding Run
s.
(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, getPassedTests, getPreviousResult, getSkippedTests, getTestResultPath, getUrlName, onAttached, onLoad, readResolve
public 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()
AbstractTestResultAction
getFailCount
in class AbstractTestResultAction
public int getSkipCount()
AbstractTestResultAction
getSkipCount
in class AbstractTestResultAction
public int getTotalCount()
AbstractTestResultAction
getTotalCount
in class AbstractTestResultAction
public List<AggregatedTestResultAction.ChildReport> getResult()
AbstractTestResultAction
AbstractTestResultAction
in between.
If such a concept doesn't make sense for a particular subtype, return this.
getResult
in class AbstractTestResultAction
public List<? extends TestResult> getFailedTests()
AbstractTestResultAction
getFailedTests
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)
TestObject
s point to their respective real owners, not 'this'),
so this method should be never invoked.getDescription
in class AbstractTestResultAction
TestObject.getDescription()
protected final void setDescription(TestObject object, String description)
setDescription
in class AbstractTestResultAction
Copyright © 2015. All rights reserved.