Interface and Description |
---|
com.atlassian.jira.web.session.AbstractSessionSearchObjectManager.Session
since 7.1 Storing information in server side HttpSession is not Vertigo aligned
|
com.atlassian.jira.auditing.AssociatedItem
since v8.12
Use AuditResource instead. |
com.atlassian.jira.issue.attachment.AttachmentStore
since 6.3. Please access attachments via
AttachmentManager , and
thumbnails via ThumbnailManager . |
com.atlassian.jira.issue.attachment.AttachmentZipKit.AttachmentZipEntries
Use
AttachmentIndexManager instead. Since v6.4. |
com.atlassian.jira.issue.attachment.AttachmentZipKit.AttachmentZipEntry
Use
AttachmentIndexManager instead. Since v6.4. |
com.atlassian.jira.auditing.AuditingManager
since v8.8
Use AuditService and AuditSearchService instead. |
com.atlassian.jira.auditing.AuditingService
since v8.12
Use AuditService and AuditSearchService instead. |
com.atlassian.jira.auditing.AuditRecord
since v8.12
Use AuditEntity instead. |
com.atlassian.jira.avatar.AvatarImageResolver
Avatar URLs returned by AvatarService are URI References, removing the need for absolute/relative schism
|
com.atlassian.jira.bulkedit.operation.BulkOperation
Since 6.3.6 use
ProgressAwareBulkOperation |
com.atlassian.jira.auditing.ChangedValue
since v8.12
Use ChangedValue instead. |
com.atlassian.jira.util.concurrent.ConcurrentOperationMap
since v4.0 use the
ConcurrentOperationMap directly. |
com.atlassian.jira.issue.search.CustomFieldSortable
Please use
SortableCustomFieldSearcher instead. |
com.atlassian.jira.database.DbConnectionManager
Use
QueryDslAccessor |
com.atlassian.jira.web.util.FileIconUtil
Use JIRA.Templates.ViewIssue.matchFileIconUrl or JIRA.Templates.ViewIssue.matchFileIconAlt soy template instead.
|
com.atlassian.jira.web.action.issue.IssueCreationHelperBean
Use
IssueService instead (will be moved into jira-core). Since v6.2. |
com.atlassian.jira.functest.framework.navigation.IssueNavigatorNavigation
since JIRA 6.2. Since the replacement of the issue navigator by KickAss, the use of this class is unpredictable.
|
com.atlassian.jira.web.action.issue.IssueNavigatorSearchResultsHelper
Since 7.1. Storing this on the httpSession does not work for cloud. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This class will be removed in 8.0.
|
com.atlassian.jira.issue.search.JiraDocValues
Use Lucene Doc Values. Since v8.0. See
ReaderCache for more information. |
com.atlassian.jira.issue.customfields.NonnullCustomFieldProvider
since 8.12 use
CustomFieldPrefetchedData instead. |
com.atlassian.jira.ofbiz.OfBizValueWrapper
Use the Data object getters instead. Since v5.0.
|
com.atlassian.jira.web.util.OutlookDateManager
Use
DateTimeFormatterFactory.formatter() instead. Since v4.4. |
com.atlassian.jira.functest.framework.admin.PermissionSchemes
all new tests with the Single Page Permission Schemes page should be written in a web
driver test using EditPermissionsSinglePage. For backdoor based PermissionSchemes control use
Backdoor.permissionSchemes() |
com.atlassian.jira.plugin.projectpanel.ProjectTabPanel
This is plugin module is slated for removal. https://developer.atlassian.com/x/dsfgAQ details how to
integrate with the new project centric view in JIRA going forward. Since 7.0.
|
com.atlassian.jira.plugin.projectpanel.ProjectTabPanelModuleDescriptor
This is plugin module is slated for removal. https://developer.atlassian.com/x/dsfgAQ details how to
integrate with the new project centric view in JIRA going forward. Since 7.0.
|
com.atlassian.jira.issue.search.ReaderCache
Use Lucene Doc Values. Since v8.0. Before Jira v8.0
ReaderCache used to create a cache of JiraDocValues
from Lucene index. Since Jira v8.0 ReaderCache is using Lucene DocValues . |
com.atlassian.jira.auditing.Records
since v8.12
|
com.atlassian.jira.web.action.issue.SearchActionHelper
since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
|
com.atlassian.jira.issue.search.searchers.transformer.SearchContextVisibilityChecker |
com.atlassian.jira.issue.search.util.SearchSortUtil |
com.atlassian.jira.service.ServiceManager.ServiceScheduleSkipper
v6.2 This is no longer used.
|
com.atlassian.jira.web.SessionKeys
since 7.1 Storing information on the
HttpSession is not supported. Please move the functionality to the frontend or other type of storage. |
com.atlassian.jira.web.session.SessionNextPreviousPagerManager
since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This class will be removed in 8.0.
|
com.atlassian.jira.web.session.SessionPagerFilterManager
since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This class will be removed in 8.0.
|
com.atlassian.jira.web.session.SessionSearchObjectManager
since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
|
com.atlassian.jira.web.session.SessionSearchObjectManagerFactory
since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
|
com.atlassian.jira.web.session.SessionSearchRequestManager
since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
|
com.atlassian.jira.web.session.SessionSelectedIssueManager
since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
|
com.atlassian.jira.plugin.webfragment.SimpleLinkFactory
since v6.3 - use
WebItemProvider |
com.atlassian.jira.plugin.webfragment.descriptors.SimpleLinkFactoryModuleDescriptor
since v6.3 - use
WebItemProviderModuleDescriptor |
com.atlassian.jira.plugin.webfragment.SimpleLinkFactoryModuleDescriptors
since 6.3 - use
DynamicWebInterfaceManager directly. |
com.atlassian.jira.plugin.webfragment.SimpleLinkManager
since v6.3 - use
DynamicWebInterfaceManager directly if possible. |
com.atlassian.jira.issue.TemporaryAttachmentsMonitorLocator
Use
TemporaryWebAttachmentManager instead. Since v6.4 |
com.atlassian.jira.plugin.language.TranslationTransform
Since v7.1. This feature is deprecated and will not be supported in production in cloud as of October 2015
as it maked the content of resources unpredictable thus causing caching and pre-baking issues.
It is a runtime error to have a
<translation-transformation> in any plugin in production in cloud. |
com.atlassian.jira.web.action.issue.UpdateFieldsHelperBean
Use
IssueService or IssueManager instead. Since v5.0. |
com.atlassian.jira.plugin.profile.UserFormatManager
please use
UserFormats instead. |
com.atlassian.jira.bc.user.search.UserPickerSearchService
Use
UserSearchService instead. Since v7.0. |
com.atlassian.jira.util.velocity.VelocityRequestSession
since 7.1 Storing information on the
HttpSession is not supported. Please move the functionality to the frontend or other type of storage. This class will be removed in 8.0. |
com.atlassian.jira.web.util.WebAttachmentManager
Use
TemporaryWebAttachmentManager instead. Since v6.4. |
com.atlassian.jira.bc.whitelist.WhitelistManager
Replaced by
WhitelistService and
OutboundWhitelist . Since v6.1. |
com.atlassian.jira.bc.whitelist.WhitelistService
Replaced by
WhitelistService and
OutboundWhitelist . Since v6.1. |
Enum and Description |
---|
com.atlassian.jira.issue.attachment.AttachmentZipKit.FileCriteria
Use
AttachmentIndexManager instead. Since v6.4. |
com.atlassian.jira.auditing.AuditingCategory
since v8.12
Instead you can use AuditCategory . |
com.atlassian.jira.avatar.Avatar.Type
Use
IconType in place of this. Since v7.1 |
com.atlassian.jira.avatar.AvatarManager.ImageSize
in JIRA 6.0 -- use
Avatar.Size . |
com.atlassian.jira.pageobjects.components.menu.IssueActions
use
IssueOperation instead |
com.atlassian.jira.web.util.OutlookDate.SmartFormatterModes
Use
DateTimeFormatter instead. Since v5.0. |
com.atlassian.jira.permission.Permission
Use
PermissionManager , GlobalPermissionManager . Since v6.3. |
Exceptions and Description |
---|
com.atlassian.jira.issue.fields.layout.field.FieldLayoutStorageException
Not used any more. Since v5.0.
|
com.atlassian.jira.util.ParameterUtils.DateTooEarlyException
Only used in deprecated method. Since v5.2.
|
com.atlassian.jira.exception.StoreException
Please use
DataAccessException instead. |
Annotation Type and Description |
---|
com.atlassian.jira.util.NotNull
Use
Nonnull instead. Since v6.1. |
com.atlassian.jira.functest.framework.RerunIfFailed
Use global rerunning via
RerunIfFailedGlobalRule instead. Since v8.5 |
Copyright © 2002-2022 Atlassian. All Rights Reserved.
View cookie preferences