Class EditSpacesConfiguration
java.lang.Object
com.atlassian.confluence.it.admin.EditSpacesConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final net.sourceforge.jwebunit.junit.WebTesterprotected final String -
Method Summary
Modifier and TypeMethodDescriptionstatic EditSpacesConfigurationFactory method to visit the edit configuration screen from anywhere.static EditSpacesConfigurationeditConfigurationFromAnywhere(net.sourceforge.jwebunit.junit.WebTester webTester) protected static EditSpacesConfigurationeditConfigurationFromView(net.sourceforge.jwebunit.junit.WebTester webTester) protected booleanisOptionEnabled(String optionName) booleanAssumes that the webTester is already on the edit screen.setAllowThreadedComments(boolean enabled) setHomePage(String selection) protected voidsetRemoteApiEnabled(boolean enabled) voidsubmit()Submit and don't construct a new state.
-
Field Details
-
webTester
protected final net.sourceforge.jwebunit.junit.WebTester webTester -
workingForm
-
-
Method Details
-
editConfigurationFromAnywhere
Factory method to visit the edit configuration screen from anywhere.- Returns:
- a new EditSpacesConfiguration ready to use.
-
editConfigurationFromAnywhere
public static EditSpacesConfiguration editConfigurationFromAnywhere(net.sourceforge.jwebunit.junit.WebTester webTester) -
editConfigurationFromView
protected static EditSpacesConfiguration editConfigurationFromView(net.sourceforge.jwebunit.junit.WebTester webTester) -
isRemoteApiEnabled
public boolean isRemoteApiEnabled()Assumes that the webTester is already on the edit screen. -
setRemoteApiEnabled
-
setAllowThreadedComments
-
setHomePage
-
isOptionEnabled
-
setOption
-
submit
public void submit()Submit and don't construct a new state. Useful in tearDowns when you aren't going to want to do anything with the result.
-