public class

ProjectNotificationSchemeResource

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.notification.ProjectNotificationSchemeResource

Class Overview

Resource for associating notification schemes and projects.

Summary

Public Constructors
ProjectNotificationSchemeResource(ResponseFactory responseFactory, JiraAuthenticationContext jiraAuthenticationContext, NotificationSchemeService notificationSchemeService, NotificationSchemeBeanFactory notificationSchemeBeanFactory)
Public Methods
Response getNotificationScheme(String projectKeyOrId, String expand)
Gets a notification scheme associated with the project.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ProjectNotificationSchemeResource (ResponseFactory responseFactory, JiraAuthenticationContext jiraAuthenticationContext, NotificationSchemeService notificationSchemeService, NotificationSchemeBeanFactory notificationSchemeBeanFactory)

Public Methods

public Response getNotificationScheme (String projectKeyOrId, String expand)

Gets a notification scheme associated with the project. Follow the documentation of /notificationscheme/{id} resource for all details about returned value.

Parameters
projectKeyOrId key or id of the project
Returns
  • The associated notification scheme if successful, appropriate error otherwise.