|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.testng.TestNGProjectAction
public class TestNGProjectAction
Action to associate the TestNG reports with the project
| Constructor Summary | |
|---|---|
TestNGProjectAction(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 Class<TestNGBuildAction> |
getBuildActionClass()
|
String |
getDisplayName()
|
boolean |
getEscapeExceptionMsg()
|
boolean |
getEscapeTestDescp()
|
int |
getGraphHeight()
Getter for property 'graphHeight'. |
String |
getGraphName()
Getter for property 'graphName'. |
int |
getGraphWidth()
Getter for property 'graphWidth'. |
String |
getIconFileName()
|
TestNGBuildAction |
getLastCompletedBuildAction()
|
hudson.model.AbstractProject<?,?> |
getProject()
Getter for property 'project'. |
String |
getSearchUrl()
|
String |
getUrlName()
|
boolean |
isGraphActive()
Returns true if there is a graph to plot. |
protected void |
populateDataSetBuilder(hudson.util.DataSetBuilder<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 TestNGProjectAction(hudson.model.AbstractProject<?,?> project,
boolean escapeTestDescp,
boolean escapeExceptionMsg)
| Method Detail |
|---|
protected Class<TestNGBuildAction> getBuildActionClass()
public boolean getEscapeTestDescp()
public boolean getEscapeExceptionMsg()
public hudson.model.AbstractProject<?,?> getProject()
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getGraphName()
public String getUrlName()
getUrlName in interface hudson.model.Actionpublic String getSearchUrl()
public void doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
req - -rsp - -
IOException - -
public void doGraphMap(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
IOExceptionpublic boolean isGraphActive()
true if there is a graph to plot.
public TestNGBuildAction getLastCompletedBuildAction()
protected void populateDataSetBuilder(hudson.util.DataSetBuilder<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 | |||||||||