Uses of Interface
com.atlassian.jira.functest.framework.admin.EditNotifications

Packages that use EditNotifications
com.atlassian.jira.functest.framework.admin   
 

Uses of EditNotifications in com.atlassian.jira.functest.framework.admin
 

Classes in com.atlassian.jira.functest.framework.admin that implement EditNotifications
 class EditNotificationsImpl
          Default implementation of EditNotifications.
 

Methods in com.atlassian.jira.functest.framework.admin that return EditNotifications
 EditNotifications NotificationSchemesImpl.addNotificationScheme(String name, String description)
           
 EditNotifications NotificationSchemes.addNotificationScheme(String name, String description)
          Add notification scheme with given name and description.
 EditNotifications EditNotificationsImpl.addNotificationsForEvent(int eventId, NotificationType notificationType)
           
 EditNotifications EditNotifications.addNotificationsForEvent(int eventId, NotificationType notificationType)
          Add simple (parameterless) notification type for given event ID.
 EditNotifications EditNotificationsImpl.addNotificationsForEvent(int eventId, NotificationType notificationType, String paramValue)
           
 EditNotifications EditNotifications.addNotificationsForEvent(int eventId, NotificationType notificationType, String paramValue)
          Add parameterized notification type for given event ID.
 EditNotifications NotificationSchemesImpl.editNotifications(int id)
           
 EditNotifications NotificationSchemes.editNotifications(int id)
          Edit notifications of a scheme with given id.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.