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 void
NotificationProjectMappingBean. addJiraTemplates(TemplateSetMappingBean jiraTemplate)
void
NotificationProjectMappingBean. addJsdTemplates(TemplateSetMappingBean jsdtemplate)
void
NotificationProjectMappingBean. addNonJiraTemplates(TemplateSetMappingBean nonJiraTemplate)
Method parameters in com.javahollic.jira.emh.api.export.beans with type arguments of type TemplateSetMappingBean Modifier and Type Method Description void
NotificationProjectMappingBean. setJiraTemplates(Set<TemplateSetMappingBean> jiraTemplates)
void
NotificationProjectMappingBean. setJsdTemplates(Set<TemplateSetMappingBean> jsdtemplates)
void
NotificationProjectMappingBean. 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 int
ITEventListenerManager. getTemplateSetIdForIssueEvent(Set<TemplateSetMappingBean> mappingBeans, int eventId)
-