public interface ProjectNotificationsSchemeHelper
Modifier and Type | Method and Description |
---|---|
List<Project> |
getSharedProjects(Scheme notificationsScheme)
Gets the projects using a given Notifications
Scheme . |
List<Project> getSharedProjects(Scheme notificationsScheme)
Scheme
. Similar to
SchemeManager.getProjects(com.atlassian.jira.scheme.Scheme)
, but only projects for which
the requesting user has ProjectAction.EDIT_PROJECT_CONFIG
permissions.notificationsScheme
- notificationsScheme to find associated projects for.ProjectNameComparator.COMPARATOR
Copyright © 2002-2019 Atlassian. All Rights Reserved.