|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.helpers.AbstractBuildAction<BUILD>
public abstract class AbstractBuildAction<BUILD extends hudson.model.AbstractBuild<?,?>>
| Constructor Summary | |
|---|---|
protected |
AbstractBuildAction(java.util.Collection<TestResults> results)
Constructs a new AbstractBuildReport. |
| Method Summary | |
|---|---|
BUILD |
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. |
void |
setBuild(BUILD build)
Write once setter for property 'build'. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.model.HealthReportingAction |
|---|
getBuildHealth |
| Constructor Detail |
|---|
protected AbstractBuildAction(java.util.Collection<TestResults> results)
results - - testng test results| Method Detail |
|---|
public BUILD getBuild()
public void setBuild(BUILD build)
build - Value to set for property 'build'.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 | |||||||||