public class OldAdminConsole extends Object
See confluence.old.version in the confluence-multi-test POM for which version this is compatible with.
Use AdminConsole where possible, this only contains overrides for functionality where the markup has changed.
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
log |
Modifier and Type | Method and Description |
---|---|
void |
addSmtpServer(String serverName,
String from,
String subjectPrefix,
String hostname,
int port)
Adds a SMTP server to the Confluence configuration
|
static OldAdminConsole |
getAdminConsole(net.sourceforge.jwebunit.junit.WebTester webTester) |
public static OldAdminConsole getAdminConsole(net.sourceforge.jwebunit.junit.WebTester webTester)
public void addSmtpServer(String serverName, String from, String subjectPrefix, String hostname, int port)
serverName
- description of the server for Confluencefrom
- emails sent via this server will have this value in the from headersubjectPrefix
- this prefix will be appended to all mail sent via this serverhostname
- the host name of the server to connect toport
- the port of the server to connect toCopyright © 2003–2020 Atlassian. All rights reserved.