|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.testng.BuildIndividualReport
public class BuildIndividualReport
| Constructor Summary | |
|---|---|
BuildIndividualReport(java.util.Collection<TestResults> testngResults)
|
|
| Method Summary | |
|---|---|
hudson.model.AbstractBuild<?,?> |
getBuild()
Getter for property 'build'. |
hudson.model.HealthReport |
getBuildHealth()
|
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. |
void |
setBuild(hudson.model.AbstractBuild<?,?> build)
Write-once setter for property 'build'. |
void |
setBuildHealth(hudson.model.HealthReport healthReport)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BuildIndividualReport(java.util.Collection<TestResults> testngResults)
| Method Detail |
|---|
public void setBuild(hudson.model.AbstractBuild<?,?> build)
build - The value to set the build to.public hudson.model.HealthReport getBuildHealth()
getBuildHealth in interface hudson.model.HealthReportingActionpublic void setBuildHealth(hudson.model.HealthReport healthReport)
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.Actionpublic java.lang.String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||