| Package | Description |
|---|---|
| com.atlassian.bamboo.notification |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<NotificationSetImpl,NotificationSet.NotificationSetType> |
NotificationSetImpl_.notificationSetType |
| Modifier and Type | Method and Description |
|---|---|
NotificationSet.NotificationSetType |
NotificationSetImpl.getNotificationSetType() |
NotificationSet.NotificationSetType |
NotificationSet.getNotificationSetType()
The type of this notification set eg system or plan.
|
static NotificationSet.NotificationSetType |
NotificationSet.NotificationSetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationSet.NotificationSetType[] |
NotificationSet.NotificationSetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationSet> |
NotificationHibernateDao.getNotificationSetsForType(NotificationSet.NotificationSetType type) |
List<NotificationSet> |
NotificationManagerImpl.getNotificationSetsForType(NotificationSet.NotificationSetType type) |
List<NotificationSet> |
NotificationDao.getNotificationSetsForType(NotificationSet.NotificationSetType type)
Retrieve notification sets belonging to a specific type.
|
void |
NotificationSetImpl.setNotificationSetType(NotificationSet.NotificationSetType notificationSetType) |
| Constructor and Description |
|---|
NotificationSetImpl(NotificationSet.NotificationSetType notificationSetType) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.