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 ProjectMappingItemBean
IJEMHRuntimeConfig. 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 void
IJEMHRuntimeConfig. 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 ProjectMappingItemBean
ProjectDomainMappingBean. getParentMapping()
ProjectMappingItemBean
ProjectGroupMappingBean. getParentMapping()
ProjectMappingItemBean
ProjectKeywordMappingBean. getParentMapping()
ProjectMappingItemBean
ProjectScriptMappingBean. getParentMapping()
ProjectMappingItemBean
ConfigurationBean. 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 void
ProjectDomainMappingBean. setParentMapping(ProjectMappingItemBean pib)
void
ProjectGroupMappingBean. setParentMapping(ProjectMappingItemBean pib)
void
ProjectKeywordMappingBean. setParentMapping(ProjectMappingItemBean pib)
void
ProjectScriptMappingBean. setParentMapping(ProjectMappingItemBean pib)
Method parameters in com.javahollic.jira.emh.api.export.beans with type arguments of type ProjectMappingItemBean Modifier and Type Method Description void
ConfigurationBean. 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 UserTrackingBean
ITUserTrackingManager. getTrackingBeanForProjectMapping(ProjectMappingItemBean projectMappingItemBean)
-