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

All Known Implementing Classes:
EditNotificationsImpl

public interface EditNotifications

Represents functionality of the 'Edit notifications' screen.

Since:
v4.4

Method Summary
 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.
 int notificationSchemeId()
          ID of associated notification scheme.
 

Method Detail

notificationSchemeId

int notificationSchemeId()
ID of associated notification scheme.

Returns:
ID of the notification scheme

addNotificationsForEvent

EditNotifications addNotificationsForEvent(int eventId,
                                           NotificationType notificationType)
Add simple (parameterless) notification type for given event ID.

Parameters:
eventId - ID of the event to add to
notificationType - notification type to add
Returns:
this instance
See Also:
NotificationType, DefaultIssueEvents

addNotificationsForEvent

EditNotifications addNotificationsForEvent(int eventId,
                                           NotificationType notificationType,
                                           String paramValue)
Add parameterized notification type for given event ID.

Parameters:
eventId - ID of the event to add to
notificationType - notification types to add
paramValue - form parameter value associated with given notification type
Returns:
this instance
See Also:
NotificationType, DefaultIssueEvents


Copyright © 2002-2013 Atlassian. All Rights Reserved.