| Package | Description | 
|---|---|
| jenkins.plugins.htmlaudio.app | |
| jenkins.plugins.htmlaudio.app.impl | |
| jenkins.plugins.htmlaudio.domain | |
| jenkins.plugins.htmlaudio.domain.impl | 
| Modifier and Type | Method and Description | 
|---|---|
| NotificationId | NewNotificationsResult. getLastNotificationId()Returns the id of the last registered notification. | 
| Modifier and Type | Method and Description | 
|---|---|
| NewNotificationsResult | NotificationService. waitForNewNotifications(NotificationId previous,
                       long timeoutMs)Returns every  Notificationthat has been registered after the previously encountered
 notification, or waits for new ones to arrive. | 
| Constructor and Description | 
|---|
| NewNotificationsResult(NotificationId lastNotificationId,
                      Collection<Notification> notifications) | 
| Modifier and Type | Method and Description | 
|---|---|
| NewNotificationsResult | DefaultNotificationService. waitForNewNotifications(NotificationId previous,
                       long timeoutMs) | 
| Modifier and Type | Method and Description | 
|---|---|
| static NotificationId | NotificationId. asNotificationId(long value)Creates a  NotificationIdfrom a long-value. | 
| NotificationId | Notification. getId()A unique id for the notification. | 
| NotificationId | NotificationRepository. getLastNotificationId()Returns the id of the newest  Notificationornullif the repository is empty. | 
| static NotificationId | NotificationId. parseNotificationId(String value)Parses a  NotificationIdfrom a string. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | NotificationId. compareTo(NotificationId o) | 
| List<Notification> | NotificationRepository. findNewerThan(NotificationId id)Returns each  Notificationthat is newer than, i.e. | 
| Modifier and Type | Method and Description | 
|---|---|
| NotificationId | SimpleNotification. getId() | 
| NotificationId | VolatileNotificationRepositoryAndFactory. getLastNotificationId() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Notification> | VolatileNotificationRepositoryAndFactory. findNewerThan(NotificationId id) | 
| Constructor and Description | 
|---|
| SimpleNotification(NotificationId id,
                  String soundUrl,
                  String buildDetails) | 
Copyright © 2004-2011. All Rights Reserved.