Uses of Class
com.javahollic.jira.emh.api.export.beans.ProjectMappingItemBean
-
Packages that use ProjectMappingItemBean Package Description com.javahollic.jira.emh.api com.javahollic.jira.emh.api.export.beans com.javahollic.jira.emh.api.integration -
-
Uses of ProjectMappingItemBean in com.javahollic.jira.emh.api
Methods in com.javahollic.jira.emh.api that return ProjectMappingItemBean Modifier and Type Method Description ProjectMappingItemBeanIJEMHRuntimeConfig. getDefaultMapping()Methods in com.javahollic.jira.emh.api that return types with arguments of type ProjectMappingItemBean Modifier and Type Method Description List<ProjectMappingItemBean>IJEMHRuntimeConfig. getProjectDefaults()Methods in com.javahollic.jira.emh.api with parameters of type ProjectMappingItemBean Modifier and Type Method Description voidIJEMHRuntimeConfig. setMatchingParent(ProjectMappingItemBean parent) -
Uses of ProjectMappingItemBean in com.javahollic.jira.emh.api.export.beans
Methods in com.javahollic.jira.emh.api.export.beans that return ProjectMappingItemBean Modifier and Type Method Description ProjectMappingItemBeanProjectDomainMappingBean. getParentMapping()ProjectMappingItemBeanProjectGroupMappingBean. getParentMapping()ProjectMappingItemBeanProjectKeywordMappingBean. getParentMapping()ProjectMappingItemBeanProjectScriptMappingBean. getParentMapping()ProjectMappingItemBeanConfigurationBean. getProjectMappingById(int pmId)Methods in com.javahollic.jira.emh.api.export.beans that return types with arguments of type ProjectMappingItemBean Modifier and Type Method Description List<ProjectMappingItemBean>ConfigurationBean. getProjectMappings()Methods in com.javahollic.jira.emh.api.export.beans with parameters of type ProjectMappingItemBean Modifier and Type Method Description voidProjectDomainMappingBean. setParentMapping(ProjectMappingItemBean pib)voidProjectGroupMappingBean. setParentMapping(ProjectMappingItemBean pib)voidProjectKeywordMappingBean. setParentMapping(ProjectMappingItemBean pib)voidProjectScriptMappingBean. setParentMapping(ProjectMappingItemBean pib)Method parameters in com.javahollic.jira.emh.api.export.beans with type arguments of type ProjectMappingItemBean Modifier and Type Method Description voidConfigurationBean. setProjectMappings(List<ProjectMappingItemBean> pmList) -
Uses of ProjectMappingItemBean in com.javahollic.jira.emh.api.integration
Methods in com.javahollic.jira.emh.api.integration with parameters of type ProjectMappingItemBean Modifier and Type Method Description UserTrackingBeanITUserTrackingManager. getTrackingBeanForProjectMapping(ProjectMappingItemBean projectMappingItemBean)
-