public static interface MailServerAdministration.PopMailServerAdministration
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2002-2021 Atlassian. All Rights Reserved.