|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.tasks.test.TestResultProjectAction
hudson.plugins.testng.TestNGProjectAction
public class TestNGProjectAction
Action to associate the TestNG reports with the project
Field Summary |
---|
Fields inherited from class hudson.tasks.test.TestResultProjectAction |
---|
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<TestNGTestResultBuildAction> |
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()
|
TestNGTestResultBuildAction |
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 hudson.tasks.test.TestResultProjectAction |
---|
doFlipTrend, doTrend, doTrendMap, getLastTestResultAction |
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<TestNGTestResultBuildAction> getBuildActionClass()
public boolean getEscapeTestDescp()
public boolean getEscapeExceptionMsg()
public hudson.model.AbstractProject<?,?> getProject()
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
getIconFileName
in class hudson.tasks.test.TestResultProjectAction
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
getDisplayName
in class hudson.tasks.test.TestResultProjectAction
public String getGraphName()
public String getUrlName()
getUrlName
in interface hudson.model.Action
getUrlName
in class hudson.tasks.test.TestResultProjectAction
public 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
IOException
public boolean isGraphActive()
true
if there is a graph to plot.
public TestNGTestResultBuildAction 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 |