public class EditGeneralConfiguration extends Object
AdminConsole
.Modifier and Type | Field and Description |
---|---|
protected net.sourceforge.jwebunit.junit.WebTester |
webTester |
protected String |
workingForm |
Modifier | Constructor and Description |
---|---|
protected |
EditGeneralConfiguration(net.sourceforge.jwebunit.junit.WebTester webTester,
String workingForm) |
protected final net.sourceforge.jwebunit.junit.WebTester webTester
protected final String workingForm
protected EditGeneralConfiguration(net.sourceforge.jwebunit.junit.WebTester webTester, String workingForm)
public static EditGeneralConfiguration editConfigurationFromAnywhere()
public static EditGeneralConfiguration editConfigurationFromAnywhere(net.sourceforge.jwebunit.junit.WebTester webTester)
protected static EditGeneralConfiguration editConfigurationFromView(net.sourceforge.jwebunit.junit.WebTester webTester)
public ViewGeneralConfiguration submitAndView()
ViewGeneralConfiguration
, allowing the
view mode of the General Config to be tested.public EditGeneralConfiguration submitAndReEdit()
public EditGeneralConfiguration submitExpectingErrors()
public void submit()
public ViewSecurityConfiguration cancel()
public EditGeneralConfiguration setCamelCaseEnabled(boolean enabled)
public EditGeneralConfiguration setBaseUrl(String domainName)
public EditGeneralConfiguration setCustomContactAdministratorsMessage(String message)
public EditGeneralConfiguration setContactAdministratorsFormEnabled(boolean enabled)
public EditGeneralConfiguration setGzipResponseEncodingEnabled(boolean enabled)
public long getAttachmentMaxSize()
public EditGeneralConfiguration setAttachmentMaxSize(long max)
public long getMaxAttachmentsInUI()
public EditGeneralConfiguration setMaxAttachmentsInUI(long max)
protected boolean isOptionEnabled(String optionName)
protected void setOption(boolean enabled, String name)
Copyright © 2003–2016 Atlassian. All rights reserved.