com.atlassian.jira.notification
Class NotificationEventManager

java.lang.Object
  extended bycom.atlassian.jira.notification.NotificationEventManager

public class NotificationEventManager
extends Object


Constructor Summary
NotificationEventManager(JiraAuthenticationContext jiraAuthenticationContext)
           
NotificationEventManager(String configFile, JiraAuthenticationContext jiraAuthenticationContext)
           
 
Method Summary
 boolean eventExists(String id)
           
 NotificationEvent getEvent(String id)
           
 Map getEvents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationEventManager

public NotificationEventManager(JiraAuthenticationContext jiraAuthenticationContext)

NotificationEventManager

public NotificationEventManager(String configFile,
                                JiraAuthenticationContext jiraAuthenticationContext)
Method Detail

getEvents

public Map getEvents()

eventExists

public boolean eventExists(String id)

getEvent

public NotificationEvent getEvent(String id)


Copyright © 2002-2006 Atlassian. All Rights Reserved.