Uses of Interface
com.atlassian.jira.service.ServiceManager

Packages that use ServiceManager
com.atlassian.jira   
com.atlassian.jira.component   
com.atlassian.jira.gadgets.system   
com.atlassian.jira.service   
com.atlassian.jira.util.system   
com.atlassian.jira.vcs   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.func.service   
com.atlassian.jira.web.action.setup   
com.atlassian.sal.jira.scheduling   
 

Uses of ServiceManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return ServiceManager
static ServiceManager ManagerFactory.getServiceManager()
          Deprecated. 
 

Uses of ServiceManager in com.atlassian.jira.component
 

Methods in com.atlassian.jira.component that return ServiceManager
static ServiceManager ComponentAccessor.getServiceManager()
           
 

Uses of ServiceManager in com.atlassian.jira.gadgets.system
 

Constructors in com.atlassian.jira.gadgets.system with parameters of type ServiceManager
AdminGadgetResource(JiraAuthenticationContext authenticationContext, PermissionManager permissionManager, ApplicationProperties applicationProperties, SystemInfoUtils systemInfoUtils, ServiceManager serviceManager, GlobalPermissionManager globalPermissionManager, UserUtil userUtil, JiraLicenseService jiraLicenseService, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 

Uses of ServiceManager in com.atlassian.jira.service
 

Classes in com.atlassian.jira.service that implement ServiceManager
 class DefaultServiceManager
           
 

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

Constructors in com.atlassian.jira.util.system with parameters of type ServiceManager
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)
           
 

Uses of ServiceManager in com.atlassian.jira.vcs
 

Methods in com.atlassian.jira.vcs that return ServiceManager
protected  ServiceManager DefaultRepositoryManager.getServiceManager()
           
 

Constructors in com.atlassian.jira.vcs with parameters of type ServiceManager
DefaultRepositoryManager(AssociationManager associationManager, OfBizDelegator ofBizDelegator, ServiceManager serviceManager, PermissionManager permissionManager, ChangeHistoryManager changeHistoryManager, ProjectManager projectManager)
           
 

Uses of ServiceManager in com.atlassian.jira.web.action.admin
 

Constructors in com.atlassian.jira.web.action.admin with parameters of type ServiceManager
EditService(ServiceManager serviceManager)
           
ViewServices(ServiceManager serviceManager, ComponentClassManager componentClassManager, InBuiltServiceTypes inBuiltServiceTypes, ServiceTypes serviceTypes)
           
 

Uses of ServiceManager in com.atlassian.jira.web.action.func.service
 

Constructors in com.atlassian.jira.web.action.func.service with parameters of type ServiceManager
ServiceExecutor(ServiceManager manager, org.quartz.Scheduler scheduler)
           
 

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

Constructors in com.atlassian.jira.web.action.setup with parameters of type ServiceManager
Setup(IssueIndexManager indexManager, ServiceManager serviceManager, IndexPathManager indexPathManager, AttachmentPathManager attachmentPathManager, JiraHome jiraHome, JiraLicenseUpdaterService licenseService, BuildUtilsInfo buildUtilsInfo, JiraSystemRestarter jiraSystemRestarter, FileFactory fileFactory, ExternalLinkUtil externalLinkUtil)
           
 

Uses of ServiceManager in com.atlassian.sal.jira.scheduling
 

Constructors in com.atlassian.sal.jira.scheduling with parameters of type ServiceManager
JiraPluginScheduler(ServiceManager serviceManager)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.