Uses of Class
com.javahollic.jira.emh.api.export.beans.NotificationProjectMappingBean
-
Packages that use NotificationProjectMappingBean Package Description com.javahollic.jira.emh.api.export.beans com.javahollic.jira.emh.api.integration -
-
Uses of NotificationProjectMappingBean in com.javahollic.jira.emh.api.export.beans
Methods in com.javahollic.jira.emh.api.export.beans that return NotificationProjectMappingBean Modifier and Type Method Description NotificationProjectMappingBean[]
NotificationConfigurationBean. getProjectMappings()
Methods in com.javahollic.jira.emh.api.export.beans with parameters of type NotificationProjectMappingBean Modifier and Type Method Description void
NotificationConfigurationBean. setProjectMappings(NotificationProjectMappingBean[] mappings)
-
Uses of NotificationProjectMappingBean in com.javahollic.jira.emh.api.integration
Methods in com.javahollic.jira.emh.api.integration that return NotificationProjectMappingBean Modifier and Type Method Description NotificationProjectMappingBean
ITEventListenerManager. createEventListenerEntry(com.atlassian.jira.project.Project p)
Create a default event listener with all events enabledNotificationProjectMappingBean
ITEventListenerManager. getEventListenerEntry(com.atlassian.jira.project.Project testProject)
Methods in com.javahollic.jira.emh.api.integration with parameters of type NotificationProjectMappingBean Modifier and Type Method Description void
ITEventListenerManager. updateProjectMapping(NotificationProjectMappingBean forUpdate)
Update sotred configuration based on bean properties, currently supported - event / template set selection
-