public class MetaLabeledTestResultGroupAction extends hudson.tasks.test.AbstractTestResultAction<MetaLabeledTestResultGroupAction> implements org.kohsuke.stapler.StaplerProxy
| Modifier and Type | Field and Description |
|---|---|
static String |
RESULT_DATA_FILENAME |
protected MetaLabeledTestResultGroup |
resultGroup
Deprecated.
use resultGroupReference instead.
|
| Constructor and Description |
|---|
MetaLabeledTestResultGroupAction(hudson.model.Run<?,?> owner,
MetaLabeledTestResultGroup r,
hudson.model.TaskListener listener) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription(hudson.tasks.test.TestObject testObject) |
String |
getDisplayName() |
int |
getFailCount()
Gets the number of failed tests.
|
LabeledTestResultGroup |
getLabeledTestResultGroup(String label) |
MetaLabeledTestResultGroup |
getResult()
Get the result that this action represents.
|
MetaLabeledTestResultGroup |
getResultAsTestResultGroup()
This convenience method is what getResult() should have been,
but with a specified return type.
|
int |
getSkipCount()
Gets the total number of skipped tests
|
Object |
getTarget() |
int |
getTotalCount()
Gets the total number of tests.
|
Object |
readResolve()
Bring this object into an internally-consistent state after deserializing it.
|
void |
setDescription(hudson.tasks.test.TestObject testObject,
String s) |
void |
setResult(MetaLabeledTestResultGroup r,
hudson.model.TaskListener listener)
Store the data to a separate file, and update our cached values.
|
doGraph, doGraphMap, findCorrespondingResult, findPreviousCorresponding, getApi, getBuildHealth, getFailedTests, getFailureDiffString, getHealthScaleFactor, getIconFileName, getPreviousResult, getTestResultPath, getUrlName, onAttached, onLoadpublic static final String RESULT_DATA_FILENAME
protected MetaLabeledTestResultGroup resultGroup
public MetaLabeledTestResultGroupAction(hudson.model.Run<?,?> owner,
MetaLabeledTestResultGroup r,
hudson.model.TaskListener listener)
public void setResult(MetaLabeledTestResultGroup r, hudson.model.TaskListener listener)
public Object getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxypublic int getFailCount()
getFailCount in class hudson.tasks.test.AbstractTestResultAction<MetaLabeledTestResultGroupAction>public int getSkipCount()
getSkipCount in class hudson.tasks.test.AbstractTestResultAction<MetaLabeledTestResultGroupAction>public int getTotalCount()
getTotalCount in class hudson.tasks.test.AbstractTestResultAction<MetaLabeledTestResultGroupAction>public MetaLabeledTestResultGroup getResult()
getResult in class hudson.tasks.test.AbstractTestResultAction<MetaLabeledTestResultGroupAction>public MetaLabeledTestResultGroup getResultAsTestResultGroup()
public LabeledTestResultGroup getLabeledTestResultGroup(String label)
public String getDescription(hudson.tasks.test.TestObject testObject)
getDescription in class hudson.tasks.test.AbstractTestResultAction<MetaLabeledTestResultGroupAction>public void setDescription(hudson.tasks.test.TestObject testObject,
String s)
setDescription in class hudson.tasks.test.AbstractTestResultAction<MetaLabeledTestResultGroupAction>public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectgetDisplayName in class hudson.tasks.test.AbstractTestResultAction<MetaLabeledTestResultGroupAction>public Object readResolve()
readResolve in class hudson.tasks.test.AbstractTestResultAction<MetaLabeledTestResultGroupAction>Copyright © 2004-2017 Yahoo!, Inc.. All Rights Reserved.