Uses of Enum Class
com.atlassian.bamboo.notification.NotificationSet.NotificationSetType
-
Uses of NotificationSet.NotificationSetType in com.atlassian.bamboo.notification
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<NotificationSetImpl,
NotificationSet.NotificationSetType> NotificationSetImpl_.notificationSetType
Modifier and TypeMethodDescriptionNotificationSet.getNotificationSetType()
The type of this notification set eg system or plan.NotificationSetImpl.getNotificationSetType()
Returns the enum constant of this class with the specified name.static NotificationSet.NotificationSetType[]
NotificationSet.NotificationSetType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription@NotNull List<NotificationSet>
NotificationDao.getNotificationSetsForType
(NotificationSet.NotificationSetType type) Retrieve notification sets belonging to a specific type.@NotNull List<NotificationSet>
NotificationHibernateDao.getNotificationSetsForType
(NotificationSet.NotificationSetType type) @NotNull List<NotificationSet>
NotificationManagerImpl.getNotificationSetsForType
(NotificationSet.NotificationSetType type) void
NotificationSetImpl.setNotificationSetType
(NotificationSet.NotificationSetType notificationSetType) ModifierConstructorDescriptionNotificationSetImpl
(NotificationSet.NotificationSetType notificationSetType)