|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.helpers.AbstractBuildAction<BUILD>
BUILD - the build class that the action is associated with.public abstract class AbstractBuildAction<BUILD extends hudson.model.AbstractBuild<?,?>>
An action that is associated with a build.
| Constructor Summary | |
|---|---|
protected |
AbstractBuildAction()
Constructs a new AbstractBuildAction. |
| Method Summary | |
|---|---|
BUILD |
getBuild()
Getter for property 'build'. |
java.lang.String |
getGraphName()
Override to define the graph name. |
java.lang.String |
getSummary()
Override to control the build summary detail. |
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 |
| Methods inherited from interface hudson.model.Action |
|---|
getDisplayName, getIconFileName, getUrlName |
| Constructor Detail |
|---|
protected AbstractBuildAction()
| 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 java.lang.String getGraphName()
public java.lang.String getSummary()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||