Interface NotificationSchemes
- All Superinterfaces:
Navigable<NotificationSchemes>
- All Known Implementing Classes:
NotificationSchemesImpl
Represents 'Notification schemes' administration section of JIRA.
- Since:
- v4.4
-
Method Summary
Modifier and TypeMethodDescriptionaddNotificationScheme(String name, String description) Add notification scheme with given name and description.editNotifications(int id) Edit notifications of a scheme with given id.
-
Method Details
-
addNotificationScheme
Add notification scheme with given name and description.- Parameters:
name- scheme namedescription- scheme description- Returns:
- edit notifications object for the created scheme
-
editNotifications
Edit notifications of a scheme with given id.- Parameters:
id- ID of the scheme- Returns:
- edit notifications instance for given scheme
-