Uses of Class
com.javahollic.jira.emh.api.export.beans.CatchAddressBean
-
Packages that use CatchAddressBean Package Description com.javahollic.jira.emh.api com.javahollic.jira.emh.api.export.beans -
-
Uses of CatchAddressBean in com.javahollic.jira.emh.api
Methods in com.javahollic.jira.emh.api that return types with arguments of type CatchAddressBean Modifier and Type Method Description List<CatchAddressBean>IJEMHRuntimeConfig. getCatchEmailAddresses() -
Uses of CatchAddressBean in com.javahollic.jira.emh.api.export.beans
Methods in com.javahollic.jira.emh.api.export.beans that return CatchAddressBean Modifier and Type Method Description CatchAddressBean[]CatchAddressBeanList. getData()Methods in com.javahollic.jira.emh.api.export.beans that return types with arguments of type CatchAddressBean Modifier and Type Method Description List<CatchAddressBean>ConfigurationBean. getCatchAddresses()Methods in com.javahollic.jira.emh.api.export.beans with parameters of type CatchAddressBean Modifier and Type Method Description voidCatchAddressBeanList. setData(CatchAddressBean[] data)Method parameters in com.javahollic.jira.emh.api.export.beans with type arguments of type CatchAddressBean Modifier and Type Method Description voidConfigurationBean. setCatchAddresses(List<CatchAddressBean> catchAddresses)
-