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()
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
UpgradeExceptionboolean isPendingDatabaseFinalization()
boolean isPendingLocalFinalization()
Optional<UpgradeFinalizationManager.Run> getLastRun()
void markAsFullyFinalized()
                   throws com.atlassian.config.ConfigurationException
com.atlassian.config.ConfigurationExceptionCopyright © 2003–2022 Atlassian. All rights reserved.