Interface NotificationSchemes

All Superinterfaces:
Navigable<NotificationSchemes>
All Known Implementing Classes:
NotificationSchemesImpl

public interface NotificationSchemes extends Navigable<NotificationSchemes>
Represents 'Notification schemes' administration section of JIRA.
Since:
v4.4
  • Method Details

    • addNotificationScheme

      EditNotifications addNotificationScheme(String name, String description)
      Add notification scheme with given name and description.
      Parameters:
      name - scheme name
      description - scheme description
      Returns:
      edit notifications object for the created scheme
    • editNotifications

      EditNotifications editNotifications(int id)
      Edit notifications of a scheme with given id.
      Parameters:
      id - ID of the scheme
      Returns:
      edit notifications instance for given scheme