|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.testng.ProjectIndividualReport
public class ProjectIndividualReport
TODO javadoc.
| Constructor Summary | |
|---|---|
ProjectIndividualReport(hudson.model.AbstractProject<?,?> project,
boolean escapeTestDescp,
boolean escapeExceptionMsg)
|
|
| Method Summary | |
|---|---|
void |
doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Generates the graph that shows test pass/fail ratio |
void |
doGraphMap(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
|
protected java.lang.Class<BuildIndividualReport> |
getBuildActionClass()
|
java.lang.String |
getDisplayName()
|
boolean |
getEscapeExceptionMsg()
|
boolean |
getEscapeTestDescp()
|
int |
getGraphHeight()
Getter for property 'graphHeight'. |
java.lang.String |
getGraphName()
Getter for property 'graphName'. |
int |
getGraphWidth()
Getter for property 'graphWidth'. |
java.lang.String |
getIconFileName()
|
BuildIndividualReport |
getLastCompletedBuildAction()
|
hudson.model.AbstractProject<?,?> |
getProject()
Getter for property 'project'. |
TestResults |
getResults()
Returns the latest test results. |
java.lang.String |
getSearchUrl()
|
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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectIndividualReport(hudson.model.AbstractProject<?,?> project,
boolean escapeTestDescp,
boolean escapeExceptionMsg)
| Method Detail |
|---|
protected java.lang.Class<BuildIndividualReport> getBuildActionClass()
public boolean getEscapeTestDescp()
public boolean getEscapeExceptionMsg()
public hudson.model.AbstractProject<?,?> getProject()
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()
public java.lang.String getUrlName()
getUrlName in interface hudson.model.Actionpublic java.lang.String getSearchUrl()
public void doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException
req - -rsp - -
java.io.IOException - -
public void doGraphMap(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException
java.io.IOExceptionpublic boolean isGraphActive()
true if there is a graph to plot.
public TestResults getResults()
public BuildIndividualReport getLastCompletedBuildAction()
protected void populateDataSetBuilder(hudson.util.DataSetBuilder<java.lang.String,hudson.util.ChartUtil.NumberOnlyBuildLabel> dataset)
public int getGraphWidth()
public int getGraphHeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||