com.atlassian.jira.dev.backdoor
Class MailServersBackdoor

java.lang.Object
  extended by com.atlassian.jira.dev.backdoor.MailServersBackdoor

public class MailServersBackdoor
extends Object

Use this backdoor to manipulate Mail Servers as part of setup for tests. This class should only be called by the MailServersControl.

Since:
v5.0

Constructor Summary
MailServersBackdoor()
           
 
Method Summary
 javax.ws.rs.core.Response addPopServer(MailServersBean mailServerBean)
           
 javax.ws.rs.core.Response addSmtpServer(MailServersBean mailServerBean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailServersBackdoor

public MailServersBackdoor()
Method Detail

addSmtpServer

public javax.ws.rs.core.Response addSmtpServer(MailServersBean mailServerBean)
                                        throws com.atlassian.mail.MailException
Throws:
com.atlassian.mail.MailException

addPopServer

public javax.ws.rs.core.Response addPopServer(MailServersBean mailServerBean)
                                       throws com.atlassian.mail.MailException
Throws:
com.atlassian.mail.MailException


Copyright © 2002-2012 Atlassian. All Rights Reserved.