public class SetupHelper extends Object
Constructor and Description |
---|
SetupHelper() |
Modifier and Type | Method and Description |
---|---|
<T> T |
setupBambooCustom(Class<T> clazz,
DbProperties dbProperties)
Custom path of Bamboo setup - use external DB
|
void |
setupBambooEmbedded() |
BambooDashboardPage |
setupUpgradeBamboo(File importFile) |
BambooDashboardPage |
setupUpgradeBamboo(Path importFile) |
public void setupBambooEmbedded()
public BambooDashboardPage setupUpgradeBamboo(@NotNull File importFile) throws Exception
Exception
public BambooDashboardPage setupUpgradeBamboo(@NotNull Path importFile) throws Exception
Exception
public <T> T setupBambooCustom(@NotNull Class<T> clazz, @NotNull DbProperties dbProperties)
T
- instance of page object should be binded to screen on submit button press. Pass here SetupBambooInitialDataPage
for success path
or SetupDatabaseValidationErrorPage
for DB validation failure
or SetupDatabaseConnectionPage
for DB settings validation errorsclazz
- page which should be binded when entered DB settingsdbProperties
- db settingsCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.