|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationSet.NotificationSetType | |
---|---|
com.atlassian.bamboo.notification |
Uses of NotificationSet.NotificationSetType in com.atlassian.bamboo.notification |
---|
Methods in com.atlassian.bamboo.notification that return NotificationSet.NotificationSetType | |
---|---|
NotificationSet.NotificationSetType |
NotificationSet.getNotificationSetType()
The type of this notification set eg system or plan. |
NotificationSet.NotificationSetType |
NotificationSetImpl.getNotificationSetType()
|
static NotificationSet.NotificationSetType |
NotificationSet.NotificationSetType.valueOf(java.lang.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. |
Methods in com.atlassian.bamboo.notification with parameters of type NotificationSet.NotificationSetType | |
---|---|
java.util.List<NotificationSet> |
NotificationHibernateDao.getNotificationSetsForType(NotificationSet.NotificationSetType type)
|
java.util.List<NotificationSet> |
NotificationDao.getNotificationSetsForType(NotificationSet.NotificationSetType type)
Retrieve notification sets belonging to a specific type. |
java.util.List<NotificationSet> |
NotificationManagerImpl.getNotificationSetsForType(NotificationSet.NotificationSetType type)
|
void |
NotificationSetImpl.setNotificationSetType(NotificationSet.NotificationSetType notificationSetType)
|
Constructors in com.atlassian.bamboo.notification with parameters of type NotificationSet.NotificationSetType | |
---|---|
NotificationSetImpl(NotificationSet.NotificationSetType notificationSetType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |