Package com.atlassian.jira.rest.v2.issue
Class NotificationSchemeBeanFactoryImpl
java.lang.Object
com.atlassian.jira.rest.api.util.ExpandParameterParser<NotificationSchemeExpandParam>
com.atlassian.jira.rest.v2.issue.NotificationSchemeBeanFactoryImpl
- All Implemented Interfaces:
NotificationSchemeBeanFactory
@Component
public class NotificationSchemeBeanFactoryImpl
extends ExpandParameterParser<NotificationSchemeExpandParam>
implements NotificationSchemeBeanFactory
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationSchemeBeanFactoryImpl(I18nHelper i18nHelper, JiraBaseUrls jiraBaseUrls, ProjectRoleBeanFactory projectRoleBeanFactory, SearchHandlerManager searchHandlerManager, FieldManager fieldManager, EventTypeManager eventTypeManager, UserBeanFactory userBeanFactory, JiraAuthenticationContext authenticationContext) -
Method Summary
Modifier and TypeMethodDescriptioncreateNotificationSchemeBean(NotificationScheme notificationScheme, List<NotificationSchemeExpandParam> expand) Methods inherited from class com.atlassian.jira.rest.api.util.ExpandParameterParser
parseExpandQueryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.rest.api.notification.NotificationSchemeBeanFactory
parseExpandQuery
-
Constructor Details
-
NotificationSchemeBeanFactoryImpl
@Autowired public NotificationSchemeBeanFactoryImpl(I18nHelper i18nHelper, JiraBaseUrls jiraBaseUrls, ProjectRoleBeanFactory projectRoleBeanFactory, SearchHandlerManager searchHandlerManager, FieldManager fieldManager, EventTypeManager eventTypeManager, UserBeanFactory userBeanFactory, JiraAuthenticationContext authenticationContext)
-
-
Method Details
-
createNotificationSchemeBean
public NotificationSchemeBean createNotificationSchemeBean(NotificationScheme notificationScheme, List<NotificationSchemeExpandParam> expand) - Specified by:
createNotificationSchemeBeanin interfaceNotificationSchemeBeanFactory
-