Package com.atlassian.jira.webtests
Class JIRAGreenMailSetup
java.lang.Object
com.atlassian.jira.webtests.JIRAGreenMailSetup
A convinience holder for an array of
JIRAServerSetup
to increment each
setup's port by 1 when needed. You would increment the ports by 1 if any of the ports are already in use.
You can also get specific server setups for the protocols: smtp
,
pop3
, imap
by the appropriate
getter methods.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetServerSetup
(String protocol) void
Increment eachJIRAServerSetup's
port by 1
-
Constructor Details
-
JIRAGreenMailSetup
-
-
Method Details
-
incrementPorts
public void incrementPorts()Increment eachJIRAServerSetup's
port by 1 -
getServerSetups
-
getSmtpSetup
-
getPop3Setup
-
getImapSetup
-
getServerSetup
-