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 IEmailConfiguration
IEmailService. getEmailConfig()
Retrieves the current email configurationMethods in org.pentaho.platform.api.email with parameters of type IEmailConfiguration Modifier and Type Method Description String
IEmailService. sendEmailTest(IEmailConfiguration emailConfig)
Generates a test email via the specficied email configurationvoid
IEmailService. setEmailConfig(IEmailConfiguration emailConfiguration)
Saves the email configuration
-