| Package | Description | 
|---|---|
| com.javahollic.jira.emh.api | |
| com.javahollic.jira.emh.api.extension.preproctask | |
| com.javahollic.jira.emh.api.extension.transport | 
| Modifier and Type | Method and Description | 
|---|---|
List<ConfigField> | 
IJEMHRuntimeConfig.getPreProcTaskConfig(IJEMHMailHeaderPreProcTask aPreProcTask)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ConfigField> | 
IJEMHMailHeaderPreProcTask.getDefaultConfig()
Allow JEMH to create example TaskConfig as need for this task, list is pre-sorted based on weight 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
IJEMHMailHeaderPreProcTask.filterHeader(String header,
            String value,
            IJEMHRuntimeConfig config,
            List<ConfigField> taskConfig)
API exposes the config via ConfigFields rather than entities 
 | 
void | 
IJEMHMailHeaderPreProcTask.init(IJEMHRuntimeConfig config,
    IJEMHInboundReport report,
    List<ConfigField> fields)
Generic init method to allow setup if needed 
 | 
boolean | 
IJEMHMailHeaderPreProcTask.runSelfTest(List<ConfigField> updatedConfig)
run a local self test, if implemented 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<ConfigField> | 
TransportConfigWrapper.getFields()  | 
| Constructor and Description | 
|---|
TransportConfigWrapper(int configId,
                      IJEMHTransportProvider.TransportContentType contentType,
                      List<ConfigField> configFields)  | 
Copyright © 2008–2020 The Plugin People. All rights reserved.