Uses of Interface
com.atlassian.jira.functest.framework.admin.EditNotifications
Packages that use EditNotifications
-
Uses of EditNotifications in com.atlassian.jira.functest.framework.admin
Classes in com.atlassian.jira.functest.framework.admin that implement EditNotificationsMethods in com.atlassian.jira.functest.framework.admin that return EditNotificationsModifier and TypeMethodDescriptionNotificationSchemes.addNotificationScheme(String name, String description) Add notification scheme with given name and description.NotificationSchemesImpl.addNotificationScheme(String name, String description) EditNotifications.addNotificationsForEvent(int eventId, NotificationType notificationType) Add simple (parameterless) notification type for given event ID.EditNotifications.addNotificationsForEvent(int eventId, NotificationType notificationType, String paramValue) Add parameterized notification type for given event ID.EditNotificationsImpl.addNotificationsForEvent(int eventId, NotificationType notificationType) EditNotificationsImpl.addNotificationsForEvent(int eventId, NotificationType notificationType, String paramValue) EditNotifications.deleteEntryWithId(int entryId) Add parameterized notification type for given event ID.EditNotificationsImpl.deleteEntryWithId(int entryId) NotificationSchemes.editNotifications(int id) Edit notifications of a scheme with given id.NotificationSchemesImpl.editNotifications(int id)