Uses of Class
com.javahollic.jira.emh.api.extension.InitFailureException
-
Packages that use InitFailureException Package Description com.javahollic.jira.emh.api.extension.attfilter com.javahollic.jira.emh.api.extension.msgfilter com.javahollic.jira.emh.api.extension.preproctask -
-
Uses of InitFailureException in com.javahollic.jira.emh.api.extension.attfilter
Methods in com.javahollic.jira.emh.api.extension.attfilter that throw InitFailureException Modifier and Type Method Description void
IJEMHAttachmentFilterProvider. init()
Generic init method to allow setup if needed -
Uses of InitFailureException in com.javahollic.jira.emh.api.extension.msgfilter
Methods in com.javahollic.jira.emh.api.extension.msgfilter that throw InitFailureException Modifier and Type Method Description void
IJEMHMessageFilterProvider. init()
Generic init method to allow setup if needed -
Uses of InitFailureException in com.javahollic.jira.emh.api.extension.preproctask
Methods in com.javahollic.jira.emh.api.extension.preproctask that throw InitFailureException Modifier and Type Method Description void
IJEMHMailHeaderPreProcTask. init(IJEMHRuntimeConfig config, IJEMHInboundReport report, List<ConfigField> fields)
Generic init method to allow setup if needed
-