com.atlassian.config.setup
Interface SetupPersister


public interface SetupPersister


Field Summary
static String SETUP_INSTALL_DEMO_DATA
          An instruction to tell the Setup to install demo content
static String SETUP_STATE_COMPLETE
          confluence bootstrapManager states
static String SETUP_TYPE_CUSTOM
           
static String SETUP_TYPE_INITIAL
          Different configuration constants for setting up Confluence.
static String SETUP_TYPE_INSTALL
           
 
Method Summary
 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)
           
 

Field Detail

SETUP_TYPE_INITIAL

static final String SETUP_TYPE_INITIAL
Different configuration constants for setting up Confluence.

See Also:
Constant Field Values

SETUP_TYPE_INSTALL

static final String SETUP_TYPE_INSTALL
See Also:
Constant Field Values

SETUP_TYPE_CUSTOM

static final String SETUP_TYPE_CUSTOM
See Also:
Constant Field Values

SETUP_INSTALL_DEMO_DATA

static final String SETUP_INSTALL_DEMO_DATA
An instruction to tell the Setup to install demo content

See Also:
Constant Field Values

SETUP_STATE_COMPLETE

static final String SETUP_STATE_COMPLETE
confluence bootstrapManager states

See Also:
Constant Field Values
Method Detail

getUncompletedSteps

List getUncompletedSteps()

getCompletedSteps

List getCompletedSteps()

getSetupType

String getSetupType()
Returns:
the bootstrapManager type of the bootstrapManager process - initial, custom or install.

setSetupType

void setSetupType(String setupType)

finishSetup

void finishSetup()
                 throws SetupException
Ensures that the bootstrapManager is written to a complete state by overriding all other remaining operations.

Throws:
SetupException

progessSetupStep

void progessSetupStep()

getCurrentStep

String getCurrentStep()

isDemonstrationContentInstalled

boolean isDemonstrationContentInstalled()

setDemonstrationContentInstalled

void setDemonstrationContentInstalled()


Atlassian Config is developed by Atlassian Software Systems.