public interface

EditNotifications

com.atlassian.jira.functest.framework.admin.EditNotifications
Known Indirect Subclasses

Class Overview

Represents functionality of the 'Edit notifications' screen.

Summary

Public Methods
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.

Public Methods

public 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

public 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

public int notificationSchemeId ()

ID of associated notification scheme.

Returns
  • ID of the notification scheme