Uses of Interface
com.atlassian.confluence.upgrade.UpgradeGate
-
Packages that use UpgradeGate Package Description com.atlassian.confluence.setup.actions com.atlassian.confluence.test.rpc com.atlassian.confluence.upgrade com.atlassian.confluence.upgrade.impl -
-
Uses of UpgradeGate in com.atlassian.confluence.setup.actions
Methods in com.atlassian.confluence.setup.actions with parameters of type UpgradeGate Modifier and Type Method Description void
FinishSetupAction. setUpgradeGate(UpgradeGate upgradeGate)
-
Uses of UpgradeGate in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type UpgradeGate Modifier and Type Method Description void
FuncTestRpcHandlerImpl. setUpgradeGate(UpgradeGate upgradeGate)
-
Uses of UpgradeGate in com.atlassian.confluence.upgrade
Methods in com.atlassian.confluence.upgrade with parameters of type UpgradeGate Modifier and Type Method Description void
PluginFrameworkDependentUpgrader. setUpgradeGate(UpgradeGate upgradeGate)
-
Uses of UpgradeGate in com.atlassian.confluence.upgrade.impl
Classes in com.atlassian.confluence.upgrade.impl that implement UpgradeGate Modifier and Type Class Description class
DefaultUpgradeGate
Methods in com.atlassian.confluence.upgrade.impl with parameters of type UpgradeGate Modifier and Type Method Description void
DefaultUpgradeManager. setUpgradeGate(UpgradeGate upgradeGate)
-