|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.helpers.AbstractBuildAction<T>
hudson.plugins.testng.AbstractBuildReport<T>
public abstract class AbstractBuildReport<T extends hudson.model.AbstractBuild<?,?>>
| Constructor Summary | |
|---|---|
AbstractBuildReport(java.util.Collection<TestResults> results)
Constructs a new AbstractBuildReport. |
|
| Method Summary | |
|---|---|
void |
doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Generates the graph that shows test pass/fail ratio |
java.lang.String |
getDisplayName()
|
java.lang.Object |
getDynamic(java.lang.String token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
|
int |
getGraphHeight()
Getter for property 'graphHeight'. |
java.lang.String |
getGraphName()
Getter for property 'graphName'. |
int |
getGraphWidth()
Getter for property 'graphWidth'. |
java.lang.String |
getIconFileName()
|
TestResults |
getPreviousResults()
|
TestResults |
getResults()
|
java.lang.String |
getSummary()
The summary of this build report for display on the build index page. |
java.lang.String |
getUrlName()
|
boolean |
isGraphActive()
Returns true if there is a graph to plot. |
protected void |
populateDataSetBuilder(hudson.util.DataSetBuilder<java.lang.String,hudson.util.ChartUtil.NumberOnlyBuildLabel> dataset)
|
| Methods inherited from class hudson.plugins.helpers.AbstractBuildAction |
|---|
getBuild, isFloatingBoxActive, setBuild |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.model.HealthReportingAction |
|---|
getBuildHealth |
| Constructor Detail |
|---|
public AbstractBuildReport(java.util.Collection<TestResults> results)
results - - testng test results| Method Detail |
|---|
public TestResults getResults()
public TestResults getPreviousResults()
public java.lang.String getSummary()
getSummary in class AbstractBuildAction<T extends hudson.model.AbstractBuild<?,?>>public java.lang.String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic java.lang.String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic java.lang.String getGraphName()
getGraphName in class AbstractBuildAction<T extends hudson.model.AbstractBuild<?,?>>public java.lang.String getUrlName()
getUrlName in interface hudson.model.Action
public void doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException
req - -rsp - -
java.io.IOException - -public boolean isGraphActive()
true if there is a graph to plot.
isGraphActive in class AbstractBuildAction<T extends hudson.model.AbstractBuild<?,?>>protected void populateDataSetBuilder(hudson.util.DataSetBuilder<java.lang.String,hudson.util.ChartUtil.NumberOnlyBuildLabel> dataset)
public int getGraphWidth()
public int getGraphHeight()
public java.lang.Object getDynamic(java.lang.String token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||