public class EditMailServerAdminPage extends AbstractBambooAdminPage
driver, elementFinder, pageBinder, poller, testedProduct| Constructor and Description |
|---|
EditMailServerAdminPage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
ViewMailServerAdminPage |
save() |
EditMailServerAdminPage |
saveAndSendTestEmail() |
EditMailServerAdminPage |
withFromAddress(String fromAddress) |
EditMailServerAdminPage |
withMailMode(MailConfigurationService.MailMode mailMode) |
EditMailServerAdminPage |
withName(String name) |
EditMailServerAdminPage |
withPassword(String password) |
EditMailServerAdminPage |
withSmtpPort(int port) |
EditMailServerAdminPage |
withSmtpServer(String smtpServer) |
EditMailServerAdminPage |
withSubjectPrefix(String subjectPrefix) |
EditMailServerAdminPage |
withTestRecipient(String testRecipient) |
EditMailServerAdminPage |
withTlsRequired(boolean useTls) |
EditMailServerAdminPage |
withUsername(String username) |
getStateBannerdoWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEnterKey, sendEscapeKeypublic String getUrl()
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPageindicator in class AbstractBambooPagepublic EditMailServerAdminPage withName(String name)
public EditMailServerAdminPage withFromAddress(String fromAddress)
public EditMailServerAdminPage withSubjectPrefix(String subjectPrefix)
public EditMailServerAdminPage withMailMode(MailConfigurationService.MailMode mailMode)
public EditMailServerAdminPage withSmtpServer(String smtpServer)
public EditMailServerAdminPage withSmtpPort(int port)
public EditMailServerAdminPage withUsername(String username)
public EditMailServerAdminPage withPassword(String password)
public EditMailServerAdminPage withTlsRequired(boolean useTls)
public EditMailServerAdminPage withTestRecipient(String testRecipient)
public ViewMailServerAdminPage save()
public EditMailServerAdminPage saveAndSendTestEmail()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.