public class BambooNotificationUtils extends Object
notifications
.Constructor and Description |
---|
BambooNotificationUtils() |
Modifier and Type | Method and Description |
---|---|
static <T extends Notification> |
createNotification(Class<T> notificationClass)
Creates new instance of a
Notification . |
@NotNull public static <T extends Notification> T createNotification(@NotNull Class<T> notificationClass)
Notification
. The newly created object is a fully initialized Spring component,
with all dependencies injected.T
- type of the notificationnotificationClass
- class of the notificationCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.