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 build is needed for the UI display.


Method Summary
 Build getBuild()
          The build the notification rule applies to
 NotificationRule getNotificationRule()
          The notification rule
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getBuild

Build getBuild()
The build the notification rule applies to

Returns:

getNotificationRule

NotificationRule getNotificationRule()
The notification rule

Returns:


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.