|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.testabilityexplorer.helpers.AbstractBuildAction<T>
public abstract class AbstractBuildAction<T extends hudson.model.AbstractBuild<?,?>>
Abstract HealthReportingAction that will contain a reference to the build.
| Constructor Summary | |
|---|---|
protected |
AbstractBuildAction()
|
| Method Summary | |
|---|---|
T |
getBuild()
|
java.lang.String |
getGraphName()
Title that will be displayed above the graph. |
java.lang.String |
getSummary()
Controls the summary text to display beside the build report icon on the build summary page. |
boolean |
isFloatingBoxActive()
Enable's the floating box on the build summary page. |
boolean |
isGraphActive()
Activate the graph inside the floating box. |
void |
setBuild(T 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 T getBuild()
public void setBuild(T build)
public boolean isFloatingBoxActive()
public boolean isGraphActive()
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 | |||||||||