com.atlassian.confluence.setup
Class ConfluenceEmailSetup
java.lang.Object
com.atlassian.config.wizard.DefaultSetupStep
com.atlassian.confluence.setup.ConfluenceEmailSetup
- All Implemented Interfaces:
- SetupStep
public class ConfluenceEmailSetup
- extends DefaultSetupStep
- Version:
- Revision: 1.1.1.1 $
- Author:
- Ara Abrahamian ([email protected])
Method Summary |
void |
addJndiEmail(String name,
String description,
String from,
String prefix,
String jndiLocation,
String userName,
String password)
|
void |
addStandardEmail(String name,
String description,
String from,
String prefix,
String host,
String userName,
String password)
|
SMTPMailServer |
getEmailServer()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfluenceEmailSetup
public ConfluenceEmailSetup(String name,
String actionName)
addStandardEmail
public void addStandardEmail(String name,
String description,
String from,
String prefix,
String host,
String userName,
String password)
throws ConfigurationException
- Throws:
ConfigurationException
addJndiEmail
public void addJndiEmail(String name,
String description,
String from,
String prefix,
String jndiLocation,
String userName,
String password)
throws ConfigurationException
- Throws:
ConfigurationException
getEmailServer
public SMTPMailServer getEmailServer()
throws SetupException
- Throws:
SetupException