|
||||||||||
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'. |
java.lang.String |
getDisplayName()
|
java.lang.Object |
getDynamic(java.lang.String token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
|
java.lang.String |
getIconFileName()
|
TestResults |
getPreviousResults()
|
TestResults |
getResults()
|
java.lang.String |
getSummary()
The summary of this build report for display on the build index page. |
java.lang.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. |
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 TestResults getPreviousResults()
public java.lang.String getSummary()
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 getUrlName()
getUrlName
in interface hudson.model.Action
public java.lang.Object getDynamic(java.lang.String token, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
public hudson.model.Api getApi()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |