|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MailServerAdministration.PopMailServerAdministration
Represents the POP/IMAP Mail Server Panel in the Mail Servers Administration Page.
Method Summary | |
---|---|
MailServerAdministration |
add(String name,
String hostName,
String userName,
String password)
Adds a new POP/IMAP Server configuration |
MailServerAdministration |
delete(String mailServerName)
Removes a mail server with a specified name. |
EditPopServerConfiguration |
edit(String mailServerName)
Navigates to the edit pop server configuration form for a mail server. |
MailServerAdministration.PopMailServerAdministration |
goTo()
Navigates to the Mail Servers Administration Page. |
boolean |
isPresent()
Determines whether the POP/IMAP Mail Server Administration Panel is on the page. |
List<MailServerAdministration.MailServerConfiguration> |
list()
Gets the list of current POP/IMAP Mail Server configurations. |
Method Detail |
---|
MailServerAdministration add(String name, String hostName, String userName, String password)
name
- The name to use for this server within JIRA.hostName
- The host name of the POP/IMAP server.userName
- The user name for the POP/IMAP account.password
- The password for the POP/IMAP account.
boolean isPresent()
List<MailServerAdministration.MailServerConfiguration> list()
EditPopServerConfiguration edit(String mailServerName)
mailServerName
- The name of the mail server to edit.
MailServerAdministration delete(String mailServerName)
mailServerName
- The name of the mail server to delete.
MailServerAdministration.PopMailServerAdministration goTo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |