public interface NotificationService
| Modifier and Type | Method and Description |
|---|---|
NewNotificationsResult |
findNewNotifications(NotificationId previous)
Returns every
Notification that has been registered after the previously encountered
notification. |
void |
recordBuildCompletion(String buildDetails,
hudson.model.Result result,
hudson.model.Result previousResult)
Records the completion of a build, which may turn out to generate a notification.
|
NewNotificationsResult findNewNotifications(NotificationId previous)
Notification that has been registered after the previously encountered
notification.previous - the last encountered NotificationId or null to list all each oneNewNotificationsResultvoid recordBuildCompletion(String buildDetails, hudson.model.Result result, hudson.model.Result previousResult)
buildDetails - a simple string-representation of the build that completedresult - the outcome of the buildpreviousResult - the outcome of the previous build or nullCopyright © 2004-2011. All Rights Reserved.