Uses of Class
com.atlassian.confluence.it.admin.EditGeneralConfiguration
Packages that use EditGeneralConfiguration
-
Uses of EditGeneralConfiguration in com.atlassian.confluence.it.admin
Subclasses of EditGeneralConfiguration in com.atlassian.confluence.it.adminModifier and TypeClassDescriptionclassAllows setting and retrieving values from the general configuration section of theAdminConsole.Methods in com.atlassian.confluence.it.admin that return EditGeneralConfigurationModifier and TypeMethodDescriptionViewGeneralConfiguration.edit()static EditGeneralConfigurationEditGeneralConfiguration.editConfigurationFromAnywhere()Factory method to visit the edit configuration screen from anywhere.static EditGeneralConfigurationEditGeneralConfiguration.editConfigurationFromAnywhere(net.sourceforge.jwebunit.junit.WebTester webTester) protected static EditGeneralConfigurationEditGeneralConfiguration.editConfigurationFromView(net.sourceforge.jwebunit.junit.WebTester webTester) AdminConsole.editGeneralConfig()EditGeneralConfiguration.setAttachmentMaxSize(String max) EditGeneralConfiguration.setBaseUrl(String domainName) EditGeneralConfiguration.setCamelCaseEnabled(boolean enabled) EditGeneralConfiguration.setContactAdministratorsFormEnabled(boolean enabled) EditGeneralConfiguration.setCustomContactAdministratorsMessage(String message) EditGeneralConfiguration.setGzipResponseEncodingEnabled(boolean enabled) EditGeneralConfiguration.setMaxAttachmentsInUI(long max) EditGeneralConfiguration.submitAndReEdit()Submit and immediately click edit so that more editing can be done.EditGeneralConfiguration.submitExpectingErrors()Submit, expecting that we'll be taken back to the edit page and that there will be errors shown.