Uses of Interface
com.atlassian.jira.issue.attachment.TemporaryWebAttachmentsMonitorLocator
Packages that use TemporaryWebAttachmentsMonitorLocator
Package
Description
-
Uses of TemporaryWebAttachmentsMonitorLocator in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return TemporaryWebAttachmentsMonitorLocatorModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.defaultTemporaryWebAttachmentsMonitorLocator(TemporaryWebAttachmentsMonitor temporaryWebAttachmentsMonitor) Methods in com.atlassian.jira.component.spring.registrar with parameters of type TemporaryWebAttachmentsMonitorLocatorModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.temporaryWebAttachmentManager(AttachmentManager attachmentManager, AttachmentValidator attachmentValidator, I18nHelper.BeanFactory beanFactory, TemporaryWebAttachmentsMonitorLocator temporaryWebAttachmentsMonitorLocator, TemporaryWebAttachmentFactory temporaryWebAttachmentsFactory, com.atlassian.cache.CacheManager cacheManager, ProjectManager projectManager, IssueManager issueManager, FeatureManager featureManager, AttachmentConfigStore attachmentConfigStore, StreamAttachmentStore streamAttachmentStore, AttachmentValidatorInvoker attachmentValidatorInvoker) -
Uses of TemporaryWebAttachmentsMonitorLocator in com.atlassian.jira.issue
Classes in com.atlassian.jira.issue that implement TemporaryWebAttachmentsMonitorLocatorModifier and TypeClassDescriptionclassDefault implementation that used to use the http session for storage but no longer does. -
Uses of TemporaryWebAttachmentsMonitorLocator in com.atlassian.jira.issue.attachment
Constructors in com.atlassian.jira.issue.attachment with parameters of type TemporaryWebAttachmentsMonitorLocatorModifierConstructorDescriptionDefaultTemporaryWebAttachmentManager(AttachmentManager attachmentManager, AttachmentValidator attachmentValidator, I18nHelper.BeanFactory beanFactory, TemporaryWebAttachmentsMonitorLocator temporaryWebAttachmentsMonitorLocator, TemporaryWebAttachmentFactory temporaryWebAttachmentsFactory, com.atlassian.cache.CacheManager cacheManager, ProjectManager projectManager, IssueManager issueManager, FeatureManager featureManager, AttachmentConfigStore attachmentConfigStore, StreamAttachmentStore streamAttachmentStore, AttachmentValidatorInvoker attachmentValidatorInvoker)