Uses of Class
com.atlassian.jira.functest.framework.admin.NotificationType

Packages that use NotificationType
com.atlassian.jira.functest.framework.admin   
 

Uses of NotificationType in com.atlassian.jira.functest.framework.admin
 

Methods in com.atlassian.jira.functest.framework.admin that return NotificationType
static NotificationType NotificationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NotificationType[] NotificationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.functest.framework.admin with parameters of type NotificationType
 EditNotifications EditNotificationsImpl.addNotificationsForEvent(int eventId, NotificationType notificationType)
           
 EditNotifications EditNotifications.addNotificationsForEvent(int eventId, NotificationType notificationType)
          Add simple (parameterless) notification type for given event ID.
 EditNotifications EditNotificationsImpl.addNotificationsForEvent(int eventId, NotificationType notificationType, String paramValue)
           
 EditNotifications EditNotifications.addNotificationsForEvent(int eventId, NotificationType notificationType, String paramValue)
          Add parameterized notification type for given event ID.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.