Uses of Class
com.atlassian.jira.webtests.JIRAServerSetup

Packages that use JIRAServerSetup
com.atlassian.jira.webtests   
com.atlassian.jira.webtests.util.mail   
 

Uses of JIRAServerSetup in com.atlassian.jira.webtests
 

Fields in com.atlassian.jira.webtests declared as JIRAServerSetup
static JIRAServerSetup[] JIRAServerSetup.ALL
           
static JIRAServerSetup JIRAServerSetup.IMAP
           
static JIRAServerSetup JIRAServerSetup.IMAPS
           
static JIRAServerSetup JIRAServerSetup.POP3
           
static JIRAServerSetup JIRAServerSetup.POP3S
           
static JIRAServerSetup JIRAServerSetup.SMTP
           
static JIRAServerSetup[] JIRAServerSetup.SMTP_IMAP
           
static JIRAServerSetup[] JIRAServerSetup.SMTP_POP3
           
static JIRAServerSetup[] JIRAServerSetup.SMTP_POP3_IMAP
           
static JIRAServerSetup JIRAServerSetup.SMTPS
           
static JIRAServerSetup[] JIRAServerSetup.SMTPS_IMAPS
           
static JIRAServerSetup[] JIRAServerSetup.SMTPS_POP3S
           
static JIRAServerSetup[] JIRAServerSetup.SMTPS_POP3S_IMAPS
           
 

Methods in com.atlassian.jira.webtests that return JIRAServerSetup
 JIRAServerSetup JIRAGreenMailSetup.getImapSetup()
           
 JIRAServerSetup JIRAGreenMailSetup.getPop3Setup()
           
 JIRAServerSetup JIRAGreenMailSetup.getServerSetup(String protocol)
           
 JIRAServerSetup[] JIRAGreenMailSetup.getServerSetups()
           
 JIRAServerSetup JIRAGreenMailSetup.getSmtpSetup()
           
 

Methods in com.atlassian.jira.webtests with parameters of type JIRAServerSetup
protected  void EmailFuncTestCase.configureAndStartMailServers(String from, String prefix, JIRAServerSetup... jiraServerSetups)
           
protected  void EmailFuncTestCase.startMailService(JIRAServerSetup... jiraServerSetups)
           
 

Constructors in com.atlassian.jira.webtests with parameters of type JIRAServerSetup
JIRAGreenMailSetup(JIRAServerSetup[] jiraServerSetups)
           
 

Uses of JIRAServerSetup in com.atlassian.jira.webtests.util.mail
 

Methods in com.atlassian.jira.webtests.util.mail with parameters of type JIRAServerSetup
 com.icegreen.greenmail.util.GreenMail MailService.configureAndStartGreenMail(JIRAServerSetup... serverSetups)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.