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.com.rproxy.goskope.component.spring.registrar
Methods in com.atlassian.jira.com.rproxy.goskope.component.spring.registrar that return AttachmentServiceModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.attachmentService(AttachmentManager attachmentManager, AttachmentConfigManager attachmentConfigManager, AttachmentValidator attachmentValidator, PermissionManager permissionManager, JiraAuthenticationContext jiraAuthenticationContext, IssueUpdater issueUpdater, IssueManager issueManager, AttachmentHandler attachmentHandler) Methods in com.atlassian.jira.com.rproxy.goskope.component.spring.registrar with parameters of type AttachmentServiceModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.webAttachmentManager(AttachmentManager attachmentManager, I18nHelper.BeanFactory beanFactory, JiraAuthenticationContext authenticationContext, TemporaryAttachmentsMonitorLocator locator, AttachmentService attachmentService, AttachmentConfigStore attachmentConfigStore, AttachmentConfigManager attachmentConfigManager, IssueFactory issueFactory) -
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) -
Uses of AttachmentService in com.codebarrel.jira.issues
Constructors in com.codebarrel.jira.issues with parameters of type AttachmentServiceModifierConstructorDescriptionNativeIssueClient(JiraAuthenticationContext authenticationContext, CommentService commentService, IssueService issueService, SearchServiceCompatibilityFactory searchServiceCompatibilityFactory, FieldManager fieldManager, SearchHandlerManager searchHandlerManager, WatcherService watcherService, UserManager userManager, IssueWorkflowManager issueWorkflowManager, BeanBuilderFactory beanBuilderFactory, SubTaskManager subTaskManager, ProjectRoleManager projectRoleManager, EventTypeManager eventTypeManager, AttachmentService attachmentService, ChangeHistoryManager changeHistoryManager, com.atlassian.event.api.EventPublisher eventPublisher, IssueLinkTypeManager issueLinkTypeManager, IssueLinkService issueLinkService, IssueInputParametersBuilderFactory issueInputParametersBuilderFactory, CreateIssueProjectMetaSupplier createIssueProjectMetaSupplier, EditIssueMetaSupplier editIssueMetaSupplier, TransitionMetaSupplier transitionMetaSupplier, UserService userService, IssueBeanTransformer issueBeanTransformer, ChangeLogBeanTransformer changeLogBeanTransformer, I18nHelper.BeanFactory i18nFactory, ApplicationUser currentUser, UserBeanTransformer userBeanTransformer, VoteService voteService, AttachmentManager attachmentManager, WorklogService worklogService, IssueEventManager issueEventManager, IssueEventBundleFactory issueEventBundleFactory, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, IssueLinkManager issueLinkManager, ArchivedIssueService archivedIssueService) NativeIssueClient(JiraAuthenticationContext authenticationContext, CommentService commentService, IssueService issueService, SearchServiceCompatibilityFactory searchServiceCompatibilityFactory, FieldManager fieldManager, SearchHandlerManager searchHandlerManager, WatcherService watcherService, UserManager userManager, IssueWorkflowManager issueWorkflowManager, BeanBuilderFactory beanBuilderFactory, SubTaskManager subTaskManager, ProjectRoleManager projectRoleManager, EventTypeManager eventTypeManager, AttachmentService attachmentService, ChangeHistoryManager changeHistoryManager, com.atlassian.event.api.EventPublisher eventPublisher, IssueLinkTypeManager issueLinkTypeManager, IssueLinkService issueLinkService, IssueInputParametersBuilderFactory issueInputParametersBuilderFactory, CreateIssueProjectMetaSupplier createIssueProjectMetaSupplier, EditIssueMetaSupplier editIssueMetaSupplier, TransitionMetaSupplier transitionMetaSupplier, UserService userService, IssueBeanTransformer issueBeanTransformer, ChangeLogBeanTransformer changeLogBeanTransformer, I18nHelper.BeanFactory i18nFactory, ApplicationUser currentUser, UserBeanTransformer userBeanTransformer, VoteService voteService, AttachmentManager attachmentManager, WorklogService worklogService, IssueEventManager issueEventManager, IssueEventBundleFactory issueEventBundleFactory, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, IssueLinkManager issueLinkManager, ArchivedIssueService archivedIssueService, org.slf4j.Logger log) NativeIssueClientFactory(JiraAuthenticationContext authenticationContext, CommentService commentService, IssueService issueService, FieldManager fieldManager, SearchHandlerManager searchHandlerManager, WatcherService watcherService, UserManager userManager, IssueWorkflowManager issueWorkflowManager, BeanBuilderFactory beanBuilderFactory, SubTaskManager subTaskManager, ProjectRoleManager projectRoleManager, EventTypeManager eventTypeManager, AttachmentService attachmentService, ChangeHistoryManager changeHistoryManager, com.atlassian.event.api.EventPublisher eventPublisher, IssueLinkTypeManager issueLinkTypeManager, IssueLinkService issueLinkService, IssueLinkManager issueLinkManager, I18nHelper.BeanFactory i18nFactory, VoteService voteService, WorklogService worklogService, IssueEventManager issueEventManager, IssueEventBundleFactory issueEventBundleFactory, RendererManager rendererManager, FieldLayoutManager fieldLayoutManager, ArchivedIssueService archivedIssueService, AttachmentManager attachmentManager, IssueInputParametersBuilderFactory issueInputParametersBuilderFactory, CreateIssueProjectMetaSupplier createIssueProjectMetaSupplier, EditIssueMetaSupplier editIssueMetaSupplier, TransitionMetaSupplier transitionMetaSupplier, UserService userService, IssueBeanTransformer issueBeanTransformer, ChangeLogBeanTransformer changeLogBeanTransformer, UserBeanTransformer userBeanTransformer, SearchServiceCompatibilityFactory searchServiceCompatibilityFactory) -
Uses of AttachmentService in com.codebarrel.jira.plugin.automation.spring.config
Methods in com.codebarrel.jira.plugin.automation.spring.config that return AttachmentService