Package com.atlassian.jira.notification
Class DefaultProjectNotificationsSchemeHelper
java.lang.Object
com.atlassian.jira.notification.DefaultProjectNotificationsSchemeHelper
- All Implemented Interfaces:
ProjectNotificationsSchemeHelper
public class DefaultProjectNotificationsSchemeHelper
extends Object
implements ProjectNotificationsSchemeHelper
- Since:
- v4.4
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultProjectNotificationsSchemeHelper
(NotificationSchemeManager notificationSchemeManager, JiraAuthenticationContext authenticationContext, PermissionManager permissionManager) -
Method Summary
Modifier and TypeMethodDescriptiongetSharedProjects
(Scheme notificationsScheme) Gets the projects using a given NotificationsScheme
.
-
Constructor Details
-
DefaultProjectNotificationsSchemeHelper
public DefaultProjectNotificationsSchemeHelper(NotificationSchemeManager notificationSchemeManager, JiraAuthenticationContext authenticationContext, PermissionManager permissionManager)
-
-
Method Details