public interface UpgradeFinalizationManager
Modifier and Type | Interface and Description |
---|---|
static interface |
UpgradeFinalizationManager.Run
Finalization result
|
Modifier and Type | Method and Description |
---|---|
void |
finalizeIfNeeded()
Perform pending finalizeUpgradeTasks on the current node (no-op if none pending) if it is required, i.e.
|
Optional<UpgradeFinalizationManager.Run> |
getLastRun()
Obtains the the most recent finalization run.
|
boolean |
isPendingDatabaseFinalization() |
boolean |
isPendingLocalFinalization() |
void |
markAsFullyFinalized(boolean updateBuildNumber)
Once installation is complete, we'll need to set the finalized build number in the database and home directory
with the product build number.
|
void finalizeIfNeeded() throws UpgradeException
UpgradeException
boolean isPendingDatabaseFinalization()
boolean isPendingLocalFinalization()
Optional<UpgradeFinalizationManager.Run> getLastRun()
void markAsFullyFinalized(boolean updateBuildNumber) throws com.atlassian.config.ConfigurationException
updateBuildNumber
- whether the database and home directory build numbers should be updatedcom.atlassian.config.ConfigurationException
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences