public interface EditNotifications
Modifier and Type | Method and 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.
|
int |
notificationSchemeId()
ID of associated notification scheme.
|
int notificationSchemeId()
EditNotifications addNotificationsForEvent(int eventId, NotificationType notificationType)
eventId
- ID of the event to add tonotificationType
- notification type to addNotificationType
,
DefaultIssueEvents
EditNotifications addNotificationsForEvent(int eventId, NotificationType notificationType, String paramValue)
eventId
- ID of the event to add tonotificationType
- notification types to addparamValue
- form parameter value associated with given notification typeNotificationType
,
DefaultIssueEvents
Copyright © 2002-2021 Atlassian. All Rights Reserved.