|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MailServerAdministration.SmtpMailServerAdministration
Represents the Smtp Mail Server Panel in the Mail Servers Administration Page.
Method Summary | |
---|---|
MailServerAdministration |
add(String name,
String fromAddress,
String emailPrefix,
String hostName)
Adds a new SMTP Server Configuration |
MailServerAdministration.MailServerConfiguration |
get()
Gets the current Smtp Mail Server configuration. |
MailServerAdministration.SmtpMailServerAdministration |
goTo()
Navigates to the Mail Servers Administration Page. |
boolean |
isConfigured()
Determines whether an SMTP Server has been configured. |
boolean |
isPresent()
Determines whether the Smtp Mail Server Administration Panel is on the page. |
Method Detail |
---|
boolean isPresent()
MailServerAdministration.MailServerConfiguration get()
boolean isConfigured()
MailServerAdministration add(String name, String fromAddress, String emailPrefix, String hostName)
name
- The name of this server within JIRA.fromAddress
- The default address this server will use to send emails from.emailPrefix
- The prefix for all outgoing email subjects.hostName
- The SMTP host name of your mail server.
MailServerAdministration.SmtpMailServerAdministration goTo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |