Uses of Class
com.javahollic.jira.emh.api.export.beans.TemplateSetMappingBean
-
Packages that use TemplateSetMappingBean Package Description com.javahollic.jira.emh.api.export.beans com.javahollic.jira.emh.api.integration -
-
Uses of TemplateSetMappingBean in com.javahollic.jira.emh.api.export.beans
Methods in com.javahollic.jira.emh.api.export.beans that return types with arguments of type TemplateSetMappingBean Modifier and Type Method Description Set<TemplateSetMappingBean>NotificationProjectMappingBean. getJiraTemplates()Set<TemplateSetMappingBean>NotificationProjectMappingBean. getJsdTemplates()Set<TemplateSetMappingBean>NotificationProjectMappingBean. getNonJiraTemplates()Methods in com.javahollic.jira.emh.api.export.beans with parameters of type TemplateSetMappingBean Modifier and Type Method Description voidNotificationProjectMappingBean. addJiraTemplates(TemplateSetMappingBean jiraTemplate)voidNotificationProjectMappingBean. addJsdTemplates(TemplateSetMappingBean jsdtemplate)voidNotificationProjectMappingBean. addNonJiraTemplates(TemplateSetMappingBean nonJiraTemplate)Method parameters in com.javahollic.jira.emh.api.export.beans with type arguments of type TemplateSetMappingBean Modifier and Type Method Description voidNotificationProjectMappingBean. setJiraTemplates(Set<TemplateSetMappingBean> jiraTemplates)voidNotificationProjectMappingBean. setJsdTemplates(Set<TemplateSetMappingBean> jsdtemplates)voidNotificationProjectMappingBean. setNonJiraTemplates(Set<TemplateSetMappingBean> nonJiraTemplates) -
Uses of TemplateSetMappingBean in com.javahollic.jira.emh.api.integration
Method parameters in com.javahollic.jira.emh.api.integration with type arguments of type TemplateSetMappingBean Modifier and Type Method Description intITEventListenerManager. getTemplateSetIdForIssueEvent(Set<TemplateSetMappingBean> mappingBeans, int eventId)
-