public class ProjectNotificationSchemeResource extends Object
Constructor and Description |
---|
ProjectNotificationSchemeResource(ResponseFactory responseFactory,
JiraAuthenticationContext jiraAuthenticationContext,
NotificationSchemeService notificationSchemeService,
NotificationSchemeBeanFactory notificationSchemeBeanFactory) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getNotificationScheme(String projectKeyOrId,
String expand)
Gets a notification scheme associated with the project.
|
public ProjectNotificationSchemeResource(ResponseFactory responseFactory, JiraAuthenticationContext jiraAuthenticationContext, NotificationSchemeService notificationSchemeService, NotificationSchemeBeanFactory notificationSchemeBeanFactory)
public javax.ws.rs.core.Response getNotificationScheme(String projectKeyOrId, String expand)
projectKeyOrId
- key or id of the projectexpand:
- optional information to be expanded in the response: group, user, projectRole or fieldCopyright © 2002-2021 Atlassian. All Rights Reserved.