Uses of Interface
com.atlassian.jira.bc.issue.attachment.AttachmentService
Packages that use AttachmentService
Package
Description
-
Uses of AttachmentService in com.atlassian.jira.bc.issue.attachment
Classes in com.atlassian.jira.bc.issue.attachment that implement AttachmentService -
Uses of AttachmentService in com.atlassian.jira.plugin.webfragment.conditions
Constructors in com.atlassian.jira.plugin.webfragment.conditions with parameters of type AttachmentServiceModifierConstructorDescriptionCanAttachFileToIssueCondition
(AttachmentService attachmentService) CanManageAttachmentsCondition
(AttachmentService attachmentService) -
Uses of AttachmentService in com.atlassian.jira.rest.internal.v2.attachment
Constructors in com.atlassian.jira.rest.internal.v2.attachment with parameters of type AttachmentServiceModifierConstructorDescriptionAttachmentPermissionResource
(JiraAuthenticationContext authenticationContext, ProjectManager projectManager, AttachmentService attachmentService) -
Uses of AttachmentService in com.atlassian.jira.rest.v2.issue
Constructors in com.atlassian.jira.rest.v2.issue with parameters of type AttachmentServiceModifierConstructorDescriptionIssueAttachmentsResource
(JiraAuthenticationContext authContext, AttachmentService attachmentService, AttachmentManager attachmentManager, IssueUpdater issueUpdater, I18nHelper i18n, IssueFinder issueFinder, AttachmentJsonBeanConverter attachmentJsonBeanConverter) -
Uses of AttachmentService in com.atlassian.jira.web.action.issue
Constructors in com.atlassian.jira.web.action.issue with parameters of type AttachmentServiceModifierConstructorDescriptionAttachFile
(SubTaskManager subTaskManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, ProjectRoleManager projectRoleManager, CommentService commentService, AttachmentService attachmentService, IssueUpdater issueUpdater, UserUtil userUtil, BackwardCompatibleTemporaryAttachmentUtil temporaryAttachmentUtil, MessageResponder responder, PopUpMessageFactory messageFactory, AttachmentConfigStore attachmentConfigStore) DeleteAttachment
(AttachmentService attachmentService) ManageAttachments
(SubTaskManager subTaskManager, AttachmentService attachmentService, com.atlassian.plugin.PluginAccessor pluginAccessor, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, ProjectRoleManager projectRoleManager, CommentService commentService, UserUtil userUtil, AttachmentConfigManager attachmentConfigManager) -
Uses of AttachmentService in com.atlassian.jira.web.util
Constructors in com.atlassian.jira.web.util with parameters of type AttachmentServiceModifierConstructorDescriptionDefaultWebAttachmentManager
(AttachmentManager attachmentManager, I18nHelper.BeanFactory beanFactory, JiraAuthenticationContext authenticationContext, TemporaryAttachmentsMonitorLocator locator, AttachmentService attachmentService, AttachmentConfigStore attachmentConfigStore, AttachmentConfigManager attachmentConfigManager, IssueFactory issueFactory)