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 class
OldEditGeneralConfiguration
Allows 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 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(String 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.
-