public static final class AggregatedTestResultPublisher.TestResultAction extends AbstractTestResultAction
Modifier and Type | Class and Description |
---|---|
static class |
AggregatedTestResultPublisher.TestResultAction.RunListenerImpl |
AbstractTestResultAction.Summarizer
owner
Constructor and Description |
---|
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, readResolve
public TestResultAction(String jobs, boolean includeFailedBuilds, hudson.model.AbstractBuild<?,?> owner)
public Collection<hudson.model.AbstractProject> getJobs()
public boolean getIncludeFailedBuilds()
public int getFailCount()
AbstractTestResultAction
getFailCount
in class AbstractTestResultAction
public int getTotalCount()
AbstractTestResultAction
getTotalCount
in class AbstractTestResultAction
public Object getResult()
AbstractTestResultAction
AbstractTestResultAction
in between.
If such a concept doesn't make sense for a particular subtype, return this.
getResult
in class AbstractTestResultAction
protected 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 void setDescription(TestObject object, String description)
setDescription
in class AbstractTestResultAction
public 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.Action
getDisplayName
in interface hudson.model.ModelObject
getDisplayName
in class AbstractTestResultAction
public String getUrlName()
getUrlName
in interface hudson.model.Action
getUrlName
in class AbstractTestResultAction
Copyright © 2014. All rights reserved.