|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.testng.TestNGBuildAction
public class TestNGBuildAction
| Constructor Summary | |
|---|---|
TestNGBuildAction(hudson.model.AbstractBuild<?,?> build,
TestResults testngResults)
|
|
| Method Summary | |
|---|---|
hudson.model.Api |
getApi()
|
hudson.model.AbstractBuild<?,?> |
getBuild()
Getter for property 'build'. |
String |
getDisplayName()
|
Object |
getDynamic(String token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
|
int |
getFailedTestCount()
|
String |
getIconFileName()
|
int |
getPassedTestCount()
|
TestResults |
getResults()
|
int |
getSkippedTestCount()
|
String |
getSummary()
The summary of this build report for display on the build index page. |
String |
getUrlName()
|
boolean |
isFloatingBoxActive()
Override to control when the floating box should be displayed. |
boolean |
isGraphActive()
Override to control when the action displays a trend graph. |
protected Object |
readResolve()
NOTE: Executed when build action is read from disk - e.g. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestNGBuildAction(hudson.model.AbstractBuild<?,?> build,
TestResults testngResults)
| Method Detail |
|---|
public hudson.model.AbstractBuild<?,?> getBuild()
public boolean isFloatingBoxActive()
true if the floating box should be visible.public boolean isGraphActive()
true if the action should show a trend graph.public TestResults getResults()
public String getSummary()
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Action
public Object getDynamic(String token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
public hudson.model.Api getApi()
public int getPassedTestCount()
public int getFailedTestCount()
public int getSkippedTestCount()
protected Object readResolve()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||