public interface NotificationSchemes extends Navigable<NotificationSchemes>
| Modifier and Type | Method and Description |
|---|---|
EditNotifications |
addNotificationScheme(String name,
String description)
Add notification scheme with given name and description.
|
EditNotifications |
editNotifications(int id)
Edit notifications of a scheme with given id.
|
EditNotifications addNotificationScheme(String name, String description)
name - scheme namedescription - scheme descriptionEditNotifications editNotifications(int id)
id - ID of the schemeCopyright © 2002-2018 Atlassian. All Rights Reserved.