Uses of Class
com.atlassian.confluence.it.admin.EditGeneralConfiguration
-
Packages that use EditGeneralConfiguration Package Description com.atlassian.confluence.it.admin -
-
Uses of EditGeneralConfiguration in com.atlassian.confluence.it.admin
Subclasses of EditGeneralConfiguration in com.atlassian.confluence.it.admin Modifier and Type Class Description classOldEditGeneralConfigurationAllows setting and retrieving values from the general configuration section of theAdminConsole.Methods in com.atlassian.confluence.it.admin that return EditGeneralConfiguration Modifier and Type Method Description EditGeneralConfigurationViewGeneralConfiguration. 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)EditGeneralConfigurationAdminConsole. editGeneralConfig()EditGeneralConfigurationEditGeneralConfiguration. setAttachmentMaxSize(String max)EditGeneralConfigurationEditGeneralConfiguration. setBaseUrl(String domainName)EditGeneralConfigurationEditGeneralConfiguration. setCamelCaseEnabled(boolean enabled)EditGeneralConfigurationEditGeneralConfiguration. setContactAdministratorsFormEnabled(boolean enabled)EditGeneralConfigurationEditGeneralConfiguration. setCustomContactAdministratorsMessage(String message)EditGeneralConfigurationEditGeneralConfiguration. setGzipResponseEncodingEnabled(boolean enabled)EditGeneralConfigurationEditGeneralConfiguration. setMaxAttachmentsInUI(long max)EditGeneralConfigurationEditGeneralConfiguration. submitAndReEdit()Submit and immediately click edit so that more editing can be done.EditGeneralConfigurationEditGeneralConfiguration. submitExpectingErrors()Submit, expecting that we'll be taken back to the edit page and that there will be errors shown.
-