|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Monitor
TODO: DOCUMENTS ME ! Monitor instance may be interrupted at any time by the build monitor main thread in order to immediately take into account a change in the configuration.
Method Summary | |
---|---|
void |
displayOptionsDialog()
Display the options dialog on screen. |
java.net.URI |
getBuildURI(java.lang.String theIdOfTheBuild)
Return an URI to the dedicated page of a build on the monitored build system |
java.net.URI |
getMainPageURI()
Return an URI to the main page of the monitored build system |
java.lang.String |
getMonitoredBuildSystemName()
Return the name of the monitored build system (to be used in tray icon popup menu entries) |
java.lang.String |
getSystemTrayIconTooltipHeader()
Get the String to display as the first line of the Tooltip of the system tray icon. |
void |
stop()
stop the monitor. |
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
void stop()
java.lang.String getMonitoredBuildSystemName()
java.net.URI getMainPageURI()
java.net.URI getBuildURI(java.lang.String theIdOfTheBuild)
theIdOfTheBuild
- the Id of the build (as in the BuildReport)
java.lang.String getSystemTrayIconTooltipHeader()
void displayOptionsDialog()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |