public static final class AggregatedTestResultPublisher.TestResultAction extends AbstractTestResultAction
| Modifier and Type | Class and Description |
|---|---|
static class |
AggregatedTestResultPublisher.TestResultAction.RunListenerImpl |
AbstractTestResultAction.Summarizerowner, run| Constructor and Description |
|---|
AggregatedTestResultPublisher.TestResultAction(String jobs,
boolean includeFailedBuilds,
hudson.model.AbstractBuild<?,?> owner) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getDescription(TestObject object)
Deprecated.
so that IDE warns you if you accidentally try to call it.
|
List<hudson.model.AbstractProject> |
getDidntRun()
Gets the downstream projects that haven't run yet, but
expected to produce test results.
|
String |
getDisplayName() |
int |
getFailCount()
Gets the number of failed tests.
|
boolean |
getHasFingerprintAction() |
boolean |
getIncludeFailedBuilds() |
List<AbstractTestResultAction> |
getIndividuals()
Returns the individual test results that are aggregated.
|
Collection<hudson.model.AbstractProject> |
getJobs()
Gets the jobs to be monitored.
|
List<hudson.model.AbstractProject> |
getNoFingerprints()
Gets the downstream projects that have available test results, but
do not appear to have fingerprinting enabled.
|
Object |
getResult()
Returns the object that represents the actual test result.
|
int |
getTotalCount()
Gets the total number of tests.
|
String |
getUrlName() |
protected void |
setDescription(TestObject object,
String description)
Deprecated.
so that IDE warns you if you accidentally try to call it.
|
doGraph, doGraphMap, findCorrespondingResult, findPreviousCorresponding, getApi, getBuildHealth, getFailedTests, getFailureDiffString, getHealthScaleFactor, getIconFileName, getPreviousResult, getSkipCount, getTestResultPath, onAttached, onLoad, readResolvepublic AggregatedTestResultPublisher.TestResultAction(String jobs, boolean includeFailedBuilds, hudson.model.AbstractBuild<?,?> owner)
public Collection<hudson.model.AbstractProject> getJobs()
public boolean getIncludeFailedBuilds()
public int getFailCount()
AbstractTestResultActiongetFailCount in class AbstractTestResultActionpublic int getTotalCount()
AbstractTestResultActiongetTotalCount in class AbstractTestResultActionpublic Object getResult()
AbstractTestResultActionAbstractTestResultAction in between.
If such a concept doesn't make sense for a particular subtype, return this.
getResult in class AbstractTestResultActionprotected 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 void setDescription(TestObject object, String description)
setDescription in class AbstractTestResultActionpublic List<AbstractTestResultAction> getIndividuals()
public List<hudson.model.AbstractProject> getDidntRun()
public List<hudson.model.AbstractProject> getNoFingerprints()
public boolean getHasFingerprintAction()
public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectgetDisplayName in class AbstractTestResultActionpublic String getUrlName()
getUrlName in interface hudson.model.ActiongetUrlName in class AbstractTestResultActionCopyright © 2004-2015. All Rights Reserved.