@Internal
public interface ConfluenceSetupPersister
extends com.atlassian.config.setup.SetupPersister
Modifier and Type | Method and Description |
---|---|
void |
convertToClusterMigration()
Changes the setup type to a migration from standalone to cluster, and sets the current setup step
|
void |
convertToStandaloneMigration()
Changes the setup type to a migration from cluster to standalone, and sets the current setup step
|
boolean |
isSetupTypeClustered()
Determines whether or not the configured setup type is for a clustered edition
|
boolean |
isSetupTypeMigration()
Determines whether or not the configured setup type is a migration to/from clustered
|
void |
removeClusterSetupEntries()
Removes config file entries pertaining to clustering
|
void |
resetCancelledMigration()
Resets the confluence.cfg.xml into the previous working state after a migration to cluster was cancelled
|
void |
setMigrationCancelled()
Marks that a migration to cluster was attempted, and should be cleaned up upon next startup.
|
void |
synchSetupStackWithConfigRecord(String currentStep)
Matches a recorded action in confluence.cfg.xml, element setupStep, to what is in the setupStack.
|
boolean isSetupTypeClustered()
boolean isSetupTypeMigration()
void convertToClusterMigration()
void convertToStandaloneMigration()
void resetCancelledMigration()
void setMigrationCancelled()
void removeClusterSetupEntries()
void synchSetupStackWithConfigRecord(String currentStep)
currentStep
- the step we are up toCopyright © 2003–2017 Atlassian. All rights reserved.