com.atlassian.confluence.it.setup
Class SetupWizard

java.lang.Object
  extended by com.atlassian.confluence.it.setup.SetupWizard

public class SetupWizard
extends Object

The Confluence setup wizard. This is currently used for both the 3.4.x and current installers.


Nested Class Summary
static class SetupWizard.SetupType
           
 
Method Summary
 LicensePage getFirstPage()
           
static SetupWizard getInstance(net.sourceforge.jwebunit.junit.WebTester tester)
           
 FinishedPage oldSetupSiteData(boolean dbMayAlreadyExist, InitialContent initialContent, LoadContentPage loadContentPage, User admin)
           
 LoadContentPage setupDatabase(ChooseDatabasePage chooseDatabasePage)
           
 FinishedPage setupSiteData(boolean dbMayAlreadyExist, InitialContent initialContent, LoadContentPage loadContentPage)
          This is called in Custom Setup (See SetupAcceptanceTest#getSetupType()).
static FinishedPage setupUsers(UserManagementChoicePage userManagementChoicePage)
          Set up users, either by linking to Jira (as a Crowd Server), either by entering a System Administrator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SetupWizard getInstance(net.sourceforge.jwebunit.junit.WebTester tester)

getFirstPage

public LicensePage getFirstPage()

setupDatabase

public LoadContentPage setupDatabase(ChooseDatabasePage chooseDatabasePage)

oldSetupSiteData

public FinishedPage oldSetupSiteData(boolean dbMayAlreadyExist,
                                     InitialContent initialContent,
                                     LoadContentPage loadContentPage,
                                     User admin)

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-2012 Atlassian. All Rights Reserved.