Uses of Interface
com.atlassian.jira.upgrade.UpgradeManager

Packages that use UpgradeManager
com.atlassian.jira   
com.atlassian.jira.upgrade   
com.atlassian.jira.util.system   
com.atlassian.jira.web.action.setup   
 

Uses of UpgradeManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return UpgradeManager
 UpgradeManager ComponentManager.getUpgradeManager()
          Deprecated. Get this component injected in your constructor or use ComponentAccessor for static access instead. Since v5.2.
static UpgradeManager ManagerFactory.getUpgradeManager()
          Deprecated. Use ComponentManager.getUpgradeManager() instead. Since v5.0.
 

Uses of UpgradeManager in com.atlassian.jira.upgrade
 

Classes in com.atlassian.jira.upgrade that implement UpgradeManager
 class UpgradeManagerImpl
           
 

Uses of UpgradeManager in com.atlassian.jira.util.system
 

Constructors in com.atlassian.jira.util.system with parameters of type UpgradeManager
ExtendedSystemInfoUtilsImpl(SystemInfoUtils systemInfoUtils, ServiceManager serviceManager, com.atlassian.plugin.PluginAccessor pluginAccessor, ApplicationProperties applicationProperties, TrustedApplicationService trustedAppService, OfBizDelegator ofBizDelegator, I18nHelper i18nHelper, UserUtil userUtil, HashRegistryCache registry, LocaleManager localeManager, JiraLicenseService jiraLicenseService, BuildUtilsInfo buildUtilsInfo, UpgradeManager upgradeManager, IssueIndexManager indexManager, JiraProperties jiraSystemProperties, ClusterManager clusterManager)
           
 

Uses of UpgradeManager in com.atlassian.jira.web.action.setup
 

Constructors in com.atlassian.jira.web.action.setup with parameters of type UpgradeManager
SetupComplete(UpgradeManager upgradeManager, LicenseJohnsonEventRaiser licenseJohnsonEventRaiser, JiraLicenseService licenseService, SubTaskManager subTaskManager, FieldLayoutManager fieldLayoutManager, FileFactory fileFactory, com.atlassian.plugin.event.PluginEventManager pluginEventManager, HttpServletVariables servletVariables)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.