Package | Description |
---|---|
com.atlassian.jira.notification | |
com.atlassian.jira.rest.api.notification | |
com.atlassian.jira.rest.v2.issue |
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<NotificationScheme> |
DefaultNotificationSchemeService.getNotificationScheme(ApplicationUser user,
Long id) |
ServiceOutcome<NotificationScheme> |
NotificationSchemeService.getNotificationScheme(ApplicationUser user,
Long id)
Returns the notification scheme for given id.
|
ServiceOutcome<NotificationScheme> |
DefaultNotificationSchemeService.getNotificationSchemeForProject(ApplicationUser user,
Long projectId) |
ServiceOutcome<NotificationScheme> |
NotificationSchemeService.getNotificationSchemeForProject(ApplicationUser user,
Long projectId)
Returns a notification scheme for the given project identified by the project's id.
|
ServiceOutcome<NotificationScheme> |
DefaultNotificationSchemeService.getNotificationSchemeForProject(ApplicationUser user,
String projectKey) |
ServiceOutcome<NotificationScheme> |
NotificationSchemeService.getNotificationSchemeForProject(ApplicationUser user,
String projectKey)
Returns a notification scheme for the given project identified by the project's key.
|
Page<NotificationScheme> |
DefaultNotificationSchemeService.getNotificationSchemes(ApplicationUser user,
PageRequest pageRequest) |
Page<NotificationScheme> |
NotificationSchemeService.getNotificationSchemes(ApplicationUser user,
PageRequest pageRequest)
Returns a page with notification schemes for the given
PageRequest ordered by name. |
Modifier and Type | Method and Description |
---|---|
NotificationSchemeBean |
NotificationSchemeBeanFactory.createNotificationSchemeBean(NotificationScheme notificationScheme,
List<NotificationSchemeExpandParam> expand) |
Modifier and Type | Method and Description |
---|---|
NotificationSchemeBean |
NotificationSchemeBeanFactoryImpl.createNotificationSchemeBean(NotificationScheme notificationScheme,
List<NotificationSchemeExpandParam> expand) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.