public interface SetupPersister
| Modifier and Type | Field and Description |
|---|---|
static String |
SETUP_INSTALL_DEMO_DATA
An instruction to tell the Setup to install demo content
|
static String |
SETUP_STATE_COMPLETE
bootstrapManager states
|
static String |
SETUP_TYPE_CUSTOM |
static String |
SETUP_TYPE_INITIAL
Different configuration constants for setting up the product.
|
static String |
SETUP_TYPE_INSTALL |
| Modifier and Type | Method and Description |
|---|---|
void |
finishSetup()
Ensures that the bootstrapManager is written to a complete state
by overriding all other remaining operations.
|
List |
getCompletedSteps() |
String |
getCurrentStep() |
String |
getSetupType() |
List |
getUncompletedSteps() |
boolean |
isDemonstrationContentInstalled() |
void |
progessSetupStep() |
void |
setDemonstrationContentInstalled() |
void |
setSetupType(String setupType) |
static final String SETUP_TYPE_INITIAL
static final String SETUP_TYPE_INSTALL
static final String SETUP_TYPE_CUSTOM
static final String SETUP_INSTALL_DEMO_DATA
static final String SETUP_STATE_COMPLETE
List getUncompletedSteps()
List getCompletedSteps()
String getSetupType()
void setSetupType(String setupType)
void finishSetup()
throws SetupException
SetupExceptionvoid progessSetupStep()
String getCurrentStep()
boolean isDemonstrationContentInstalled()
void setDemonstrationContentInstalled()
Copyright © 2006–2024 Atlassian. All rights reserved.