Package | Description |
---|---|
com.atlassian.confluence.it.admin |
Modifier and Type | Class and Description |
---|---|
class |
OldEditGeneralConfiguration
Allows setting and retrieving values from the general configuration section of the
AdminConsole . |
Modifier and Type | Method and Description |
---|---|
EditGeneralConfiguration |
ViewGeneralConfiguration.edit() |
static EditGeneralConfiguration |
EditGeneralConfiguration.editConfigurationFromAnywhere()
Factory method to visit the edit configuration screen from anywhere.
|
static EditGeneralConfiguration |
EditGeneralConfiguration.editConfigurationFromAnywhere(net.sourceforge.jwebunit.junit.WebTester webTester) |
protected static EditGeneralConfiguration |
EditGeneralConfiguration.editConfigurationFromView(net.sourceforge.jwebunit.junit.WebTester webTester) |
EditGeneralConfiguration |
AdminConsole.editGeneralConfig() |
EditGeneralConfiguration |
EditGeneralConfiguration.setAttachmentMaxSize(long max) |
EditGeneralConfiguration |
EditGeneralConfiguration.setBaseUrl(String domainName) |
EditGeneralConfiguration |
EditGeneralConfiguration.setCamelCaseEnabled(boolean enabled) |
EditGeneralConfiguration |
EditGeneralConfiguration.setContactAdministratorsFormEnabled(boolean enabled) |
EditGeneralConfiguration |
EditGeneralConfiguration.setCustomContactAdministratorsMessage(String message) |
EditGeneralConfiguration |
EditGeneralConfiguration.setGzipResponseEncodingEnabled(boolean enabled) |
EditGeneralConfiguration |
EditGeneralConfiguration.setMaxAttachmentsInUI(long max) |
EditGeneralConfiguration |
EditGeneralConfiguration.submitAndReEdit()
Submit and immediately click edit so that more editing can be done.
|
EditGeneralConfiguration |
EditGeneralConfiguration.submitExpectingErrors()
Submit, expecting that we'll be taken back to the edit page and that there will be errors shown.
|
Copyright © 2003–2016 Atlassian. All rights reserved.