|
||||||||||
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 java.lang.Class<TestNGBuildAction> |
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()
|
TestNGBuildAction |
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 TestNGProjectAction(hudson.model.AbstractProject<?,?> project, boolean escapeTestDescp, boolean escapeExceptionMsg)
Method Detail |
---|
protected java.lang.Class<TestNGBuildAction> getBuildActionClass()
public boolean getEscapeTestDescp()
public boolean getEscapeExceptionMsg()
public hudson.model.AbstractProject<?,?> getProject()
public java.lang.String getIconFileName()
getIconFileName
in interface hudson.model.Action
public java.lang.String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public java.lang.String getGraphName()
public java.lang.String getUrlName()
getUrlName
in interface hudson.model.Action
public 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.IOException
public boolean isGraphActive()
true
if there is a graph to plot.
public TestResults getResults()
public TestNGBuildAction 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 |