Class StartSetupPage
- java.lang.Object
-
- com.atlassian.confluence.it.setup.steps.StartSetupPage
-
public class StartSetupPage extends Object
-
-
Constructor Summary
Constructors Constructor Description StartSetupPage(net.sourceforge.jwebunit.junit.WebTester tester)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LicensePage
selectProductType(String type)
EvalLicensePage
selectProductTypeAsInstall()
ClusterPage
standaloneToCluster()
LicensePage
startCustomSetup()
GetAppsPage
startCustomSetupViaGetAppsPage()
LicensePage
startCustomSetupWithoutAppsPage(String type)
-
-
-
Method Detail
-
selectProductType
public LicensePage selectProductType(String type)
-
selectProductTypeAsInstall
public EvalLicensePage selectProductTypeAsInstall()
-
standaloneToCluster
public ClusterPage standaloneToCluster()
-
startCustomSetup
public LicensePage startCustomSetup()
-
startCustomSetupViaGetAppsPage
public GetAppsPage startCustomSetupViaGetAppsPage()
-
startCustomSetupWithoutAppsPage
public LicensePage startCustomSetupWithoutAppsPage(String type)
-
-