@Component public class

NotificationSchemeBeanFactoryImpl

extends ExpandParameterParser<T extends Enum<T>>
implements NotificationSchemeBeanFactory
java.lang.Object
   ↳ com.atlassian.jira.rest.api.util.ExpandParameterParser<T extends java.lang.Enum<T>>
     ↳ com.atlassian.jira.rest.v2.issue.NotificationSchemeBeanFactoryImpl

Summary

Public Constructors
@Autowired NotificationSchemeBeanFactoryImpl(I18nHelper i18nHelper, JiraBaseUrls jiraBaseUrls, ProjectRoleBeanFactory projectRoleBeanFactory, SearchHandlerManager searchHandlerManager, FieldManager fieldManager, EventTypeManager eventTypeManager, UserBeanFactory userBeanFactory, JiraAuthenticationContext authenticationContext)
Public Methods
NotificationSchemeBean createNotificationSchemeBean(NotificationScheme notificationScheme, List<NotificationSchemeExpandParam> expand)
[Expand]
Inherited Methods
From class com.atlassian.jira.rest.api.util.ExpandParameterParser
From class java.lang.Object
From interface com.atlassian.jira.rest.api.notification.NotificationSchemeBeanFactory

Public Constructors

@Autowired public NotificationSchemeBeanFactoryImpl (I18nHelper i18nHelper, JiraBaseUrls jiraBaseUrls, ProjectRoleBeanFactory projectRoleBeanFactory, SearchHandlerManager searchHandlerManager, FieldManager fieldManager, EventTypeManager eventTypeManager, UserBeanFactory userBeanFactory, JiraAuthenticationContext authenticationContext)

Public Methods

public NotificationSchemeBean createNotificationSchemeBean (NotificationScheme notificationScheme, List<NotificationSchemeExpandParam> expand)