Package | Description |
---|---|
jenkins.plugins.htmlaudio.app | |
jenkins.plugins.htmlaudio.domain | |
jenkins.plugins.htmlaudio.domain.impl |
Modifier and Type | Method and Description |
---|---|
List<Notification> |
NewNotificationsResult.getNotifications()
Returns the notifications that have occurred since the last query.
|
Constructor and Description |
---|
NewNotificationsResult(NotificationId lastNotificationId,
Collection<Notification> notifications) |
Modifier and Type | Method and Description |
---|---|
Notification |
NotificationFactory.createAndPersist(String soundUrl,
String buildDetails)
Creates a
Notification and makes it instantly available in the NotificationRepository . |
Modifier and Type | Method and Description |
---|---|
List<Notification> |
NotificationRepository.findNewerThan(NotificationId id)
Returns each
Notification that is newer than, i.e. |
Modifier and Type | Method and Description |
---|---|
void |
NotificationRepository.NotificationRemover.remove(Iterator<Notification> notifications) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleNotification |
Modifier and Type | Method and Description |
---|---|
Notification |
VolatileNotificationRepositoryAndFactory.createAndPersist(String soundUrl,
String buildDetails) |
Modifier and Type | Method and Description |
---|---|
List<Notification> |
VolatileNotificationRepositoryAndFactory.findNewerThan(NotificationId id) |
Copyright © 2004-2011. All Rights Reserved.