com.atlassian.bamboo.mail
Class BambooMailServerManager
java.lang.Object
XMLMailServerManager
com.atlassian.bamboo.mail.BambooMailServerManager
public class BambooMailServerManager
- extends XMLMailServerManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BambooMailServerManager
public BambooMailServerManager()
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.