|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.tasks.test.AbstractTestResultAction<MetaLabeledTestResultGroupAction>
hudson.plugins.labeledgroupedtests.MetaLabeledTestResultGroupAction
public class MetaLabeledTestResultGroupAction
User: Benjamin Shine bshine Date: Oct 21, 2009 Time: 2:39:57 PM
| Field Summary | |
|---|---|
static java.lang.String |
RESULT_DATA_FILENAME
|
protected MetaLabeledTestResultGroup |
resultGroup
Deprecated. use resultGroupReference instead. |
| Fields inherited from class hudson.tasks.test.AbstractTestResultAction |
|---|
owner |
| Constructor Summary | |
|---|---|
MetaLabeledTestResultGroupAction(hudson.model.AbstractBuild owner,
MetaLabeledTestResultGroup r,
hudson.model.BuildListener listener)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription(hudson.tasks.test.TestObject testObject)
|
java.lang.String |
getDisplayName()
|
int |
getFailCount()
Gets the number of failed tests. |
LabeledTestResultGroup |
getLabeledTestResultGroup(java.lang.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 |
java.lang.Object |
getTarget()
|
int |
getTotalCount()
Gets the total number of tests. |
java.lang.Object |
readResolve()
Bring this object into an internally-consistent state after deserializing it. |
void |
setDescription(hudson.tasks.test.TestObject testObject,
java.lang.String s)
|
void |
setResult(MetaLabeledTestResultGroup r,
hudson.model.BuildListener listener)
Store the data to a separate file, and update our cached values. |
| Methods inherited from class hudson.tasks.test.AbstractTestResultAction |
|---|
doGraph, doGraphMap, findCorrespondingResult, findPreviousCorresponding, getApi, getBuildHealth, getFailedTests, getFailureDiffString, getIconFileName, getPreviousResult, getTestResultPath, getUrlName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String RESULT_DATA_FILENAME
protected MetaLabeledTestResultGroup resultGroup
| Constructor Detail |
|---|
public MetaLabeledTestResultGroupAction(hudson.model.AbstractBuild owner,
MetaLabeledTestResultGroup r,
hudson.model.BuildListener listener)
| Method Detail |
|---|
public void setResult(MetaLabeledTestResultGroup r,
hudson.model.BuildListener listener)
public java.lang.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(java.lang.String label)
public java.lang.String getDescription(hudson.tasks.test.TestObject testObject)
getDescription in class hudson.tasks.test.AbstractTestResultAction<MetaLabeledTestResultGroupAction>
public void setDescription(hudson.tasks.test.TestObject testObject,
java.lang.String s)
setDescription in class hudson.tasks.test.AbstractTestResultAction<MetaLabeledTestResultGroupAction>public java.lang.String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectgetDisplayName in class hudson.tasks.test.AbstractTestResultAction<MetaLabeledTestResultGroupAction>public java.lang.Object readResolve()
readResolve in class hudson.tasks.test.AbstractTestResultAction<MetaLabeledTestResultGroupAction>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||