com.atlassian.confluence.setup
Class ConfluenceEmailSetup

java.lang.Object
  extended bycom.atlassian.config.wizard.DefaultSetupStep
      extended bycom.atlassian.confluence.setup.ConfluenceEmailSetup
All Implemented Interfaces:
SetupStep

public class ConfluenceEmailSetup
extends DefaultSetupStep

Version:
Revision: 1.1.1.1 $
Author:
Ara Abrahamian (ara_e_w@yahoo.com)

Constructor Summary
ConfluenceEmailSetup(String name, String actionName)
           
 
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 com.atlassian.config.wizard.DefaultSetupStep
getActionName, getIndex, getName, onNext, onStart, setActionName, setIndex, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceEmailSetup

public ConfluenceEmailSetup(String name,
                            String actionName)
Method Detail

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


Confluence is developed by Atlassian.