|
||||||||||
| 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 |
void |
editLayout(java.lang.String decoratorName,
java.lang.String value)
|
boolean |
enableAntiXssMode(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)
|
boolean |
isAntiXssModeEnabled()
|
boolean |
migrateAttachmentStorageToDatabase(boolean nonBackgroundTask)
|
boolean |
migrateAttachmentStorageToFileSystem(boolean nonBackgroundTask)
|
void |
removeAllSmtpServers()
Removes all configured SMTP servers from the Confluence configuration |
void |
resetGlobalLogo()
|
void |
resetLayout(java.lang.String decoratorName)
|
void |
setGlobalLogo(java.io.File logo)
|
void |
updateLicense(License license)
Change the system's license. |
void |
viewAdminConsole()
View the admin console via direct URL request. |
void |
viewAttachmentStorage()
|
void |
viewGlobalLogo()
|
void |
viewLayoutsPage()
|
void |
viewSystemInformation()
|
void |
viewUser(User user)
|
| 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 viewAdminConsole()
public void enableCaptcha(boolean enable)
enable - true to enable captcha, false to disable captchapublic boolean enableAntiXssMode(boolean enable)
public boolean isAntiXssModeEnabled()
public void setGlobalLogo(java.io.File logo)
public void resetGlobalLogo()
public void viewGlobalLogo()
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()
public void viewAttachmentStorage()
public boolean migrateAttachmentStorageToDatabase(boolean nonBackgroundTask)
public boolean migrateAttachmentStorageToFileSystem(boolean nonBackgroundTask)
public void viewUser(User user)
public void viewSystemInformation()
public void viewLayoutsPage()
public void editLayout(java.lang.String decoratorName,
java.lang.String value)
public void resetLayout(java.lang.String decoratorName)
public void updateLicense(License license)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||