A C D G I M N P R S U W

A

AbstractCcStatus - class com.kerrybuckley.cctrayicon.AbstractCcStatus.
Abstract implementation of CcStatus, with no display functionality.
AbstractCcStatus(CcStatusMonitor) - Constructor for class com.kerrybuckley.cctrayicon.AbstractCcStatus
Construct a new status object, reading server details from user preferences.
AbstractCcStatus(CcStatusMonitor, String, Preferences) - Constructor for class com.kerrybuckley.cctrayicon.AbstractCcStatus
Construct a new status object using the specified URL.
addMenuItem(JMenuItem) - Method in class com.kerrybuckley.cctrayicon.swing.SwingCcStatusMonitor
Add a menu item to the monitor's menu.

C

CcStatus - interface com.kerrybuckley.cctrayicon.CcStatus.
An object representing the cruise control status of a particular server.
CcStatusMonitor - interface com.kerrybuckley.cctrayicon.CcStatusMonitor.
 
com.kerrybuckley.cctrayicon - package com.kerrybuckley.cctrayicon
 
com.kerrybuckley.cctrayicon.swing - package com.kerrybuckley.cctrayicon.swing
 

D

DEFAULT_POLL_INTERVAL - Static variable in interface com.kerrybuckley.cctrayicon.CcStatusMonitor
The server polling interval, in milliseconds.
DEFAULT_URL - Static variable in class com.kerrybuckley.cctrayicon.AbstractCcStatus
 

G

getAlertOnFail() - Method in class com.kerrybuckley.cctrayicon.AbstractCcStatus
 
getAlertOnFix() - Method in class com.kerrybuckley.cctrayicon.AbstractCcStatus
 
getAlertOnSuccess() - Method in class com.kerrybuckley.cctrayicon.AbstractCcStatus
 
getCheckAllProjects() - Method in class com.kerrybuckley.cctrayicon.AbstractCcStatus
 
getProjectsToCheck() - Method in class com.kerrybuckley.cctrayicon.AbstractCcStatus
 
getServer() - Method in class com.kerrybuckley.cctrayicon.AbstractCcStatus
 
getString(String) - Static method in class com.kerrybuckley.cctrayicon.MessageUtils
Return the message corresponding to the supplied key.
getString(String, Object[]) - Static method in class com.kerrybuckley.cctrayicon.MessageUtils
Return the message corresponding to the supplied key, substituting the supplied parameters.

I

isBuildClean() - Method in class com.kerrybuckley.cctrayicon.AbstractCcStatus
 
isBuildClean() - Method in interface com.kerrybuckley.cctrayicon.CcStatus
Returns a flag indicating whether the build was clean when last checked.
isServerReachable() - Method in class com.kerrybuckley.cctrayicon.AbstractCcStatus
 
isServerReachable() - Method in interface com.kerrybuckley.cctrayicon.CcStatus
Returns a flag indicating whether the server was reachable when last checked.

M

MessageUtils - class com.kerrybuckley.cctrayicon.MessageUtils.
Utility class to look up and return message strings from the messages file for the current locale.
main(String[]) - Static method in class com.kerrybuckley.cctrayicon.swing.SwingCcStatusMonitor
Starts a new instance of the status monitor tray icon running.

N

notifyBuildFailure(String) - Method in interface com.kerrybuckley.cctrayicon.CcStatusMonitor
Notify the monitor of build failure(s).
notifyBuildFailure(String) - Method in class com.kerrybuckley.cctrayicon.swing.SwingCcStatusMonitor
 
notifyBuildFixed(String) - Method in interface com.kerrybuckley.cctrayicon.CcStatusMonitor
Notify the monitor that failed build(s) is/are now fixed.
notifyBuildFixed(String) - Method in class com.kerrybuckley.cctrayicon.swing.SwingCcStatusMonitor
 
notifyServerUnreachable(String) - Method in interface com.kerrybuckley.cctrayicon.CcStatusMonitor
Notify the monitor that the server is unreachable.
notifyServerUnreachable(String) - Method in class com.kerrybuckley.cctrayicon.swing.SwingCcStatusMonitor
 

P

PREFS - Static variable in class com.kerrybuckley.cctrayicon.AbstractCcStatus
 
PREF_KEY_ALERT_ON_FAIL - Static variable in class com.kerrybuckley.cctrayicon.AbstractCcStatus
 
PREF_KEY_ALERT_ON_FIX - Static variable in class com.kerrybuckley.cctrayicon.AbstractCcStatus
 
PREF_KEY_ALERT_ON_SUCCESS - Static variable in class com.kerrybuckley.cctrayicon.AbstractCcStatus
 
PREF_KEY_PROJECTS - Static variable in class com.kerrybuckley.cctrayicon.AbstractCcStatus
 
PREF_KEY_URL - Static variable in class com.kerrybuckley.cctrayicon.AbstractCcStatus
 

R

readPrefs() - Method in class com.kerrybuckley.cctrayicon.AbstractCcStatus
Read the current configuration from the user preferences, or set defaults if no preferences found.

S

SwingCcStatus - class com.kerrybuckley.cctrayicon.swing.SwingCcStatus.
 
SwingCcStatus(SwingCcStatusMonitor) - Constructor for class com.kerrybuckley.cctrayicon.swing.SwingCcStatus
Creates a new status object connected to the specified monitor.
SwingCcStatusMonitor - class com.kerrybuckley.cctrayicon.swing.SwingCcStatusMonitor.
 
setServer(String) - Method in class com.kerrybuckley.cctrayicon.AbstractCcStatus
 
setServer(String) - Method in interface com.kerrybuckley.cctrayicon.CcStatus
Set the server to monitor.
setStatus(boolean) - Method in interface com.kerrybuckley.cctrayicon.CcStatusMonitor
Set the overall status of the build.
setStatus(boolean) - Method in class com.kerrybuckley.cctrayicon.swing.SwingCcStatusMonitor
 
setUrl(String) - Method in class com.kerrybuckley.cctrayicon.AbstractCcStatus
Set the URL.

U

update() - Method in class com.kerrybuckley.cctrayicon.AbstractCcStatus
 
update() - Method in interface com.kerrybuckley.cctrayicon.CcStatus
Update the status from the CruiseControl web page.

W

warn(String) - Method in class com.kerrybuckley.cctrayicon.AbstractCcStatus
Generate a warning to the user.
warn(String) - Method in class com.kerrybuckley.cctrayicon.swing.SwingCcStatus
 
writePrefs() - Method in class com.kerrybuckley.cctrayicon.AbstractCcStatus
Write the current configuration to the user preferences.

A C D G I M N P R S U W