|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.it.admin.EditGeneralConfiguration
public class EditGeneralConfiguration
Allows setting and retrieving values from the general configuration section of the AdminConsole.
| Method Summary | |
|---|---|
EditGeneralConfiguration |
disableDidYouMean()
|
static EditGeneralConfiguration |
editConfigurationFromAnywhere(net.sourceforge.jwebunit.junit.WebTester webTester)
Factory method to visit the edit configuration screen from anywhere. |
protected static EditGeneralConfiguration |
editConfigurationFromView(net.sourceforge.jwebunit.junit.WebTester webTester)
Factory method to visit the edit configuration screen from anywhere. |
EditGeneralConfiguration |
enableDidYouMean()
|
boolean |
isDidYouMeanChecked()
|
void |
setSiteWelcomeMessage(String message)
|
void |
submit()
Submit and don't construct a new state. |
void |
submitAndReEdit()
Submit and immediately click edit so that more editing can be done. |
ViewGeneralConfiguration |
submitAndView()
Submit and return a ViewGeneralConfiguration, allowing the
view mode of the General Config to be tested. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static EditGeneralConfiguration editConfigurationFromAnywhere(net.sourceforge.jwebunit.junit.WebTester webTester)
webTester - must be logged in as a user with administrative privileges.
protected static EditGeneralConfiguration editConfigurationFromView(net.sourceforge.jwebunit.junit.WebTester webTester)
webTester - must be logged in as a user with administrative privileges and already on the View General
Config page.
public EditGeneralConfiguration enableDidYouMean()
public EditGeneralConfiguration disableDidYouMean()
public ViewGeneralConfiguration submitAndView()
ViewGeneralConfiguration, allowing the
view mode of the General Config to be tested.
public void submitAndReEdit()
public void submit()
public boolean isDidYouMeanChecked()
public void setSiteWelcomeMessage(String message)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||