com.atlassian.bamboo.setup
Class DefaultSetupPersister
java.lang.Object
com.atlassian.bamboo.setup.DefaultSetupPersister
public class DefaultSetupPersister
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSetupPersister
public DefaultSetupPersister()
setApplicationConfig
public void setApplicationConfig(ApplicationConfiguration applicationConfig)
configureSetupSequence
protected void configureSetupSequence(String setupType)
- Creates a default bootstrapManager sequence based on current state of bamboo.config.xml
getUncompletedSteps
public List getUncompletedSteps()
getCompletedSteps
public List getCompletedSteps()
getSetupType
public String getSetupType()
- Returns:
- the bootstrapManager type of the bootstrapManager process - initial, custom or install.
setSetupType
public void setSetupType(String setupType)
finishSetup
public void finishSetup()
throws SetupException
- Ensures that the bootstrapManager is written to a complete state
by overriding all other remaining operations.
- Throws:
SetupException
progessSetupStep
public void progessSetupStep()
getCurrentStep
public String getCurrentStep()
setDemonstrationContentInstalled
public void setDemonstrationContentInstalled()
isDemonstrationContentInstalled
public boolean isDemonstrationContentInstalled()
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.