Class BridgeServiceLocator
java.lang.Object
com.atlassian.greenhopper.service.BridgeServiceLocator
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Deprecated
@Service
public class BridgeServiceLocator
extends Object
implements org.springframework.beans.factory.InitializingBean
Deprecated.
This service locator is a bridge to ease refactoring. It offers a classic singleton accessor for a spring managed bean. This way, we can avoid
spreading services all over the place between actions (which have dependency injection) and new services.
This class should not be used within GreenHopper. For JIRA plugin points where it's not possible to use Spring it may be necessary to use this.
- Author:
- ahennecke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.static void
clear()
Deprecated.Clears out the reference to the static instance - called when the plugin is disabledcom.atlassian.jira.issue.CustomFieldManager
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.static BridgeServiceLocator
Deprecated.Deprecated.Deprecated.com.atlassian.jira.security.JiraAuthenticationContext
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.
-
Constructor Details
-
BridgeServiceLocator
public BridgeServiceLocator()Deprecated.
-
-
Method Details
-
getInstance
Deprecated. -
clear
public static void clear()Deprecated.Clears out the reference to the static instance - called when the plugin is disabled -
afterPropertiesSet
Deprecated.- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
getI18nFactoryService
Deprecated. -
getJiraAuthenticationContext
public com.atlassian.jira.security.JiraAuthenticationContext getJiraAuthenticationContext()Deprecated. -
getRankIndexService
Deprecated. -
getRankCustomFieldService
Deprecated. -
getRankService
Deprecated. -
getLicenseService
Deprecated. -
getSprintHistoryEntryFactory
Deprecated. -
getRankableFactory
Deprecated. -
getEpicCustomFieldService
Deprecated. -
getIssueDataService
Deprecated. -
getSprintManager
Deprecated. -
getSprintPermissionService
Deprecated. -
getIssueTypeService
Deprecated. -
getEpicPickerService
Deprecated. -
getEpicLabelProvider
Deprecated. -
getCustomFieldService
Deprecated. -
getCustomFieldManager
public com.atlassian.jira.issue.CustomFieldManager getCustomFieldManager()Deprecated. -
getPermissionService
Deprecated. -
getSprintHelper
Deprecated. -
getErrorCollectionTransformer
Deprecated.
-