| java.lang.Object | |
| ↳ | com.atlassian.confluence.upgrade.impl.DefaultUpgradeGate |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Check is the plugin dependent upgrades have been completed.
| |||||||||||
Check the upgrade status set via
setUpgradeRequired(boolean). | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||
From interface
com.atlassian.confluence.upgrade.UpgradeGate
| |||||||||||||||||||
Check is the plugin dependent upgrades have been completed. If this is not yet true (indicating another node is performing the upgrades) then the caller will keep trying for #WAIT_FOR_OTHER_NODE_UPGRADE_ATTEMPTS * #WAIT_FOR_OTHER_NODE_UPGRADE_SLEEP milliseconds before returning a default value of false.
Check the upgrade status set via setUpgradeRequired(boolean). If it has not been set yet then the caller
will keep trying for #UPGRADE_REQUIRED_CHECK_ATTEMPTS * #UPGRADE_REQUIRED_CHECK_SLEEP milliseconds before
returning a default value of false.

