com.atlassian.jira.functest.framework.admin
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 Summary
 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.
 
Methods inherited from interface com.atlassian.jira.functest.framework.Navigable
goTo
 

Method Detail

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


Copyright © 2002-2012 Atlassian. All Rights Reserved.