com.atlassian.bamboo.notification
Interface UsersNotification

All Superinterfaces:
java.lang.Comparable
All Known Implementing Classes:
UsersNotificationImpl

public interface UsersNotification
extends java.lang.Comparable

Class to store output of database query for notifications associated with a specific user The plan is needed for the UI display.


Method Summary
 NotificationRule getNotificationRule()
          The notification rule
 Plan getPlan()
          The plan the notification rule applies to
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPlan

Plan getPlan()
The plan the notification rule applies to

Returns:

getNotificationRule

NotificationRule getNotificationRule()
The notification rule

Returns:


Copyright © 2011 Atlassian. All Rights Reserved.