java.lang.Object | |
↳ | com.atlassian.jira.ManagerFactory |
This class is deprecated.
Use ComponentAccessor
instead. Since v4.4.
Provides static methods for obtaining 'Manager' classes, though which much of JIRA's functionality is exposed.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
This shit is only being used in "unit" tests that extend from LegacyJiraMockTestCase, don't use this
anymore. Please write your unit tests using mocks.
| |||||||||||
This method is deprecated.
Use
getGlobalPermissionManager() instead. Since v5.0.
| |||||||||||
This method is deprecated.
Use
getGroupManager() instead. Since v5.0.
| |||||||||||
This method is deprecated.
Use
getIssueSecurityLevelManager() instead. Since v5.0.
| |||||||||||
This method is deprecated.
Use
getLocaleManager() instead. Since v5.0.
| |||||||||||
This method is deprecated.
Use
getMailThreadManager() instead. Since v4.4.
| |||||||||||
This method is deprecated.
Use
getOptionsManager() instead. Since v5.0.
| |||||||||||
This method is deprecated.
Use
getProjectManager() instead. Since v5.0.
| |||||||||||
This method is deprecated.
Use
getScheduler() instead. Since v5.0. Since v6.3, you should
use the SchedulerService instead.
| |||||||||||
This method is deprecated.
Use
getServiceManager() instead. Since v5.0.
| |||||||||||
This method is deprecated.
Use
getSubscriptionManager() instead. Since v5.0.
| |||||||||||
This method is deprecated.
Use
getUpgradeManager() instead. Since v5.0.
| |||||||||||
This method is deprecated.
Use
getUserManager() instead. Since v5.0.
| |||||||||||
This method is deprecated.
Use
getUserPropertyManager() instead. Since v5.0.
| |||||||||||
This method is deprecated.
Use
getVelocityManager() instead. Since v5.0.
| |||||||||||
This method is deprecated.
Use
getWorkflowManager() instead. Since v5.0.
| |||||||||||
This method is deprecated.
Use
getWorkflowSchemeManager() instead. Since v5.0.
| |||||||||||
This should *never* be called, except in tests, or if you are importing or seting up for the first time.
| |||||||||||
This method resets the registry.
| |||||||||||
This method is deprecated.
This shit is only being used in "unit" tests that extend from LegacyJiraMockTestCase, don't use this
anymore. Please write your unit tests using mocks.
| |||||||||||
This method is deprecated.
This shit is only being used in "unit" tests that extend from LegacyJiraMockTestCase, don't use this
anymore. Please write your unit tests using mocks.
| |||||||||||
This method is deprecated.
This shit is only being used in "unit" tests that extend from LegacyJiraMockTestCase, don't use this
anymore. Please write your unit tests using mocks.
| |||||||||||
This method is deprecated.
Use
refreshUpgradeManager() instead. That method is as nasty as this one.
| |||||||||||
This method is deprecated.
This shit is only being used in "unit" tests that extend from LegacyJiraMockTestCase, don't use this
anymore. Please write your unit tests using mocks.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This method is deprecated.
This shit is only being used in "unit" tests that extend from LegacyJiraMockTestCase, don't use this
anymore. Please write your unit tests using mocks.
This method is deprecated.
Use getMailThreadManager()
instead. Since v4.4.
This method is deprecated.
Use getScheduler()
instead. Since v5.0. Since v6.3, you should
use the SchedulerService
instead.
This should *never* be called, except in tests, or if you are importing or seting up for the first time. The reason this is called is to ensure that all the managers are reinitialised after the license has changed.
Note: Make sure the scheduler is shutdownThis method resets the registry.
This method is deprecated.
This shit is only being used in "unit" tests that extend from LegacyJiraMockTestCase, don't use this
anymore. Please write your unit tests using mocks.
This method will refresh all the caches in JIRA (hopefully! :)) This method should not be called by anyone
This method is deprecated.
This shit is only being used in "unit" tests that extend from LegacyJiraMockTestCase, don't use this
anymore. Please write your unit tests using mocks.
This method will refresh all the caches in JIRA (hopefully! :)) This method should not be called by anyone
This method is deprecated.
This shit is only being used in "unit" tests that extend from LegacyJiraMockTestCase, don't use this
anymore. Please write your unit tests using mocks.
This method is deprecated.
Use refreshUpgradeManager()
instead. That method is as nasty as this one.
Create a new UpgradeManager. This may be needed if more upgrade tasks are added, or if the license has been changed.
This method is deprecated.
This shit is only being used in "unit" tests that extend from LegacyJiraMockTestCase, don't use this
anymore. Please write your unit tests using mocks.