|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.cruisecontrol.jmx.DashboardController
| Constructor Summary | |
DashboardController(CruiseControlController controller)
|
|
| Method Summary | |
BuildLoopPostingConfiguration |
getPostingConfiguration()
Return configuration of the current posting. |
boolean |
isPostingToDashboardEnabled()
Indicate whether build loop will post builds information to the dashboard. |
void |
startPostingToDashboard(java.lang.String dashboardUrl,
int interval)
|
void |
stopPostingToDashboard()
Stops any postings to the dashboard. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DashboardController(CruiseControlController controller)
| Method Detail |
public void stopPostingToDashboard()
stopPostingToDashboard in interface DashboardControllerMBean
public void startPostingToDashboard(java.lang.String dashboardUrl,
int interval)
startPostingToDashboard in interface DashboardControllerMBeandashboardUrl - Home page address of your dashboardinterval - The interval [in seconds] that build loop post builds information to the dashboard
Starts posting to the dashboard with the new parameters. If build loop is currently posting,
then the existing posting will be canceled first.public BuildLoopPostingConfiguration getPostingConfiguration()
getPostingConfiguration in interface DashboardControllerMBeanpublic boolean isPostingToDashboardEnabled()
isPostingToDashboardEnabled in interface DashboardControllerMBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||