|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.buildmonitor.monitors.BambooMonitor
public class BambooMonitor
The run method of this Runnable implementation monitor a Bamboo build
Constructor Summary | |
---|---|
BambooMonitor(BuildMonitor theBuildMonitorInstance)
|
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 |
run()
|
void |
stop()
stop the monitor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BambooMonitor(BuildMonitor theBuildMonitorInstance) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
java.io.IOException
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
public void stop()
stop
in interface Monitor
public java.net.URI getMainPageURI()
getMainPageURI
in interface Monitor
public java.net.URI getBuildURI(java.lang.String theIdOfTheBuild)
getBuildURI
in interface Monitor
theIdOfTheBuild
- the Id of the build (as in the BuildReport)
public java.lang.String getSystemTrayIconTooltipHeader()
getSystemTrayIconTooltipHeader
in interface Monitor
public void displayOptionsDialog()
displayOptionsDialog
in interface Monitor
public java.lang.String getMonitoredBuildSystemName()
getMonitoredBuildSystemName
in interface Monitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |