com.atlassian.confluence.it.setup
Class SetupWizard
java.lang.Object
com.atlassian.confluence.it.setup.SetupWizard
public class SetupWizard
- extends java.lang.Object
The Confluence setup wizard. This is currently used for both the 3.4.x and current installers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static SetupWizard getInstance(net.sourceforge.jwebunit.junit.WebTester tester)
getFirstPage
public StartSetupPage getFirstPage()
setupDatabase
public LoadContentPage setupDatabase(ChooseDatabasePage chooseDatabasePage)
setupSiteData
public FinishedPage setupSiteData(boolean dbMayAlreadyExist,
InitialContent initialContent,
LoadContentPage loadContentPage)
- This is called in Custom Setup (See SetupAcceptanceTest#getSetupType()). Puts the data into the database.
setupUsers
public static FinishedPage setupUsers(UserManagementChoicePage userManagementChoicePage)
- Set up users, either by linking to Jira (as a Crowd Server), either by entering a System Administrator
- Parameters:
userManagementChoicePage
- The PageObject of the setup wizard
Copyright © 2003-2014 Atlassian. All Rights Reserved.