Class EditSpacesConfiguration

java.lang.Object
com.atlassian.confluence.it.admin.EditSpacesConfiguration

public class EditSpacesConfiguration extends Object
  • Field Details

    • webTester

      protected final net.sourceforge.jwebunit.junit.WebTester webTester
    • workingForm

      protected final String workingForm
  • Method Details

    • editConfigurationFromAnywhere

      public static EditSpacesConfiguration 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

      public EditSpacesConfiguration setRemoteApiEnabled(boolean enabled)
    • setAllowThreadedComments

      public EditSpacesConfiguration setAllowThreadedComments(boolean enabled)
    • setHomePage

      public EditSpacesConfiguration setHomePage(String selection)
    • isOptionEnabled

      protected boolean isOptionEnabled(String optionName)
    • setOption

      protected void setOption(boolean enabled, String name)
    • 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.