Class UsersNotificationImpl
java.lang.Object
com.atlassian.bamboo.notification.UsersNotificationImpl
- All Implemented Interfaces:
UsersNotification
,Comparable<UsersNotification>
Class to store output of database query for notifications associated with a specific user
The plan is needed for the UI display.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
The notification rulegetPlan()
The plan the notification rule applies to
-
Constructor Details
-
UsersNotificationImpl
-
-
Method Details
-
getPlan
Description copied from interface:UsersNotification
The plan the notification rule applies to- Specified by:
getPlan
in interfaceUsersNotification
- Returns:
-
getNotificationRule
Description copied from interface:UsersNotification
The notification rule- Specified by:
getNotificationRule
in interfaceUsersNotification
- Returns:
-
compareTo
- Specified by:
compareTo
in interfaceComparable<UsersNotification>
-