public class BambooNotificationUtils extends Object
notifications.| Constructor and Description |
|---|
BambooNotificationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Notification> |
createNotification(@NotNull Class<T> notificationClass)
Creates new instance of a
Notification. |
@NotNull public static <T extends Notification> T createNotification(@NotNull @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 © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.