|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.it.admin.AdminConsole
public class AdminConsole
| Method Summary | |
|---|---|
void |
addSmtpServer(java.lang.String serverName,
java.lang.String from,
java.lang.String subjectPrefix,
java.lang.String hostname,
int port)
Adds a SMTP server to the Confluence configuration |
boolean |
enableAutoHtmlEncoding(boolean enable)
Enables or disables the auto HTML encoding |
void |
enableCaptcha(boolean enable)
Configures captcha for all users, including administrator |
static AdminConsole |
getAdminConsole(net.sourceforge.jwebunit.junit.WebTester webTester)
|
void |
removeAllSmtpServers()
Removes all configured SMTP servers from the Confluence configuration |
void |
resetGlobalLogo()
|
void |
setGlobalLogo(java.io.File logo)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AdminConsole getAdminConsole(net.sourceforge.jwebunit.junit.WebTester webTester)
public void enableCaptcha(boolean enable)
enable - true to enable captcha, false to disable captchapublic boolean enableAutoHtmlEncoding(boolean enable)
enable -
public void setGlobalLogo(java.io.File logo)
public void resetGlobalLogo()
public void addSmtpServer(java.lang.String serverName,
java.lang.String from,
java.lang.String subjectPrefix,
java.lang.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 topublic void removeAllSmtpServers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||