Uses of Interface
org.pentaho.platform.api.email.IEmailConfiguration
- 
Packages that use IEmailConfiguration Package Description org.pentaho.platform.api.email  - 
- 
Uses of IEmailConfiguration in org.pentaho.platform.api.email
Methods in org.pentaho.platform.api.email that return IEmailConfiguration Modifier and Type Method Description IEmailConfigurationIEmailService. getEmailConfig()Retrieves the current email configurationMethods in org.pentaho.platform.api.email with parameters of type IEmailConfiguration Modifier and Type Method Description StringIEmailService. sendEmailTest(IEmailConfiguration emailConfig)Generates a test email via the specficied email configurationvoidIEmailService. setEmailConfig(IEmailConfiguration emailConfiguration)Saves the email configuration 
 -