Uses of Interface
com.javahollic.jira.emh.api.IJEMHRuntimeConfig
-
-
Uses of IJEMHRuntimeConfig in com.javahollic.jira.emh.api.extension.attfilter
Methods in com.javahollic.jira.emh.api.extension.attfilter with parameters of type IJEMHRuntimeConfig Modifier and Type Method Description IJEMHAttachmentFilterProvider.AttachmentOutcomeIJEMHAttachmentFilterProvider. filter(javax.mail.Message message, IJEMHRuntimeConfig config, IJEMHInboundReport report, com.atlassian.mail.MailUtils.Attachment attachment)Execute filter processing on the message. -
Uses of IJEMHRuntimeConfig in com.javahollic.jira.emh.api.extension.fieldproc
Methods in com.javahollic.jira.emh.api.extension.fieldproc that return IJEMHRuntimeConfig Modifier and Type Method Description IJEMHRuntimeConfigIJEMHFieldProcessorContext. getConfig() -
Uses of IJEMHRuntimeConfig in com.javahollic.jira.emh.api.extension.idprovider
Methods in com.javahollic.jira.emh.api.extension.idprovider with parameters of type IJEMHRuntimeConfig Modifier and Type Method Description IJEMHUserIJEMHAlternateIdProvider. getUserByEmail(IJEMHRuntimeConfig config, String email)Lookup a user by email address, check for aliases, return a matching user or null if none found -
Uses of IJEMHRuntimeConfig in com.javahollic.jira.emh.api.extension.msgfilter
Methods in com.javahollic.jira.emh.api.extension.msgfilter with parameters of type IJEMHRuntimeConfig Modifier and Type Method Description com.javahollic.jira.emh.api.ao.IJEMHFPAuditEventEntiyDef.ProcessingOutcomeIJEMHMessageFilterProvider. filter(javax.mail.Message message, IJEMHRuntimeConfig config, com.atlassian.jira.service.util.handler.MessageHandlerErrorCollector errorCollector, com.atlassian.jira.issue.Issue issue, IJEMHInboundReport report)Execute filter processing on the message. -
Uses of IJEMHRuntimeConfig in com.javahollic.jira.emh.api.extension.preproctask
Methods in com.javahollic.jira.emh.api.extension.preproctask with parameters of type IJEMHRuntimeConfig Modifier and Type Method Description StringIJEMHMailHeaderPreProcTask. filterHeader(String header, String value, IJEMHRuntimeConfig config, List<ConfigField> taskConfig)API exposes the config via ConfigFields rather than entitiesvoidIJEMHMailHeaderPreProcTask. init(IJEMHRuntimeConfig config, IJEMHInboundReport report, List<ConfigField> fields)Generic init method to allow setup if needed
-