Uses of Class
com.javahollic.jira.emh.api.export.beans.PreProcTaskItemBean
-
Packages that use PreProcTaskItemBean Package Description com.javahollic.jira.emh.api com.javahollic.jira.emh.api.export.beans -
-
Uses of PreProcTaskItemBean in com.javahollic.jira.emh.api
Methods in com.javahollic.jira.emh.api that return types with arguments of type PreProcTaskItemBean Modifier and Type Method Description List<PreProcTaskItemBean>IJEMHRuntimeConfig. getPreProcTasks() -
Uses of PreProcTaskItemBean in com.javahollic.jira.emh.api.export.beans
Methods in com.javahollic.jira.emh.api.export.beans that return types with arguments of type PreProcTaskItemBean Modifier and Type Method Description List<PreProcTaskItemBean>ConfigurationBean. getPreProcTasks()Method parameters in com.javahollic.jira.emh.api.export.beans with type arguments of type PreProcTaskItemBean Modifier and Type Method Description voidConfigurationBean. setPreProcTasks(List<PreProcTaskItemBean> tasks)
-