|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static long |
DEFAULT_POLL_INTERVAL
The server polling interval, in milliseconds. |
Method Summary | |
void |
notifyBuildFailure(java.lang.String message)
Notify the monitor of build failure(s). |
void |
notifyBuildFixed(java.lang.String message)
Notify the monitor that failed build(s) is/are now fixed. |
void |
notifyServerUnreachable(java.lang.String message)
Notify the monitor that the server is unreachable. |
void |
setStatus(boolean buildClean)
Set the overall status of the build. |
Field Detail |
public static final long DEFAULT_POLL_INTERVAL
Method Detail |
public void setStatus(boolean buildClean)
buildClean
- a flag indicating whether the build is clean.public void notifyBuildFailure(java.lang.String message)
message
- a message to display with the notificationpublic void notifyBuildFixed(java.lang.String message)
message
- a message to display with the notificationpublic void notifyServerUnreachable(java.lang.String message)
message
- a message to display with the notification
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |