com.atlassian.bamboo.mail
Class BambooMailServerManager

java.lang.Object
  extended by XMLMailServerManager
      extended by com.atlassian.bamboo.mail.BambooMailServerManager

public class BambooMailServerManager
extends XMLMailServerManager


Constructor Summary
BambooMailServerManager()
           
 
Method Summary
 Long create(MailServer mailServer)
           
 void delete(Long mailServerId)
           
protected  InputStream getConfigurationInputStream(String resource)
           
 void update(MailServer mailServer)
          mailServer parameter is not needed in this implemention as a simple refresh is just called
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooMailServerManager

public BambooMailServerManager()
Method Detail

getConfigurationInputStream

protected InputStream getConfigurationInputStream(String resource)

delete

public void delete(Long mailServerId)
            throws MailException
Throws:
MailException

update

public void update(MailServer mailServer)
            throws MailException
mailServer parameter is not needed in this implemention as a simple refresh is just called

Parameters:
mailServer - this is not needed
Throws:
MailException

create

public Long create(MailServer mailServer)
            throws MailException
Throws:
MailException


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.