Uses of Interface
com.atlassian.jira.web.util.WebAttachmentManager

Packages that use WebAttachmentManager
com.atlassian.jira.rest.v1.attachment   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.util   
 

Uses of WebAttachmentManager in com.atlassian.jira.rest.v1.attachment
 

Constructors in com.atlassian.jira.rest.v1.attachment with parameters of type WebAttachmentManager
AttachTemporaryFileResource(JiraAuthenticationContext authContext, WebAttachmentManager webAttachmentManager, IssueService issueService, ProjectService projectService, XsrfInvocationChecker xsrfChecker, XsrfTokenGenerator xsrfGenerator, AttachmentHelper attachmentHelper)
           
 

Uses of WebAttachmentManager in com.atlassian.jira.web.action.issue
 

Fields in com.atlassian.jira.web.action.issue declared as WebAttachmentManager
protected  WebAttachmentManager AttachTemporaryFile.webAttachmentManager
           
 

Constructors in com.atlassian.jira.web.action.issue with parameters of type WebAttachmentManager
AttachScreenshot(SubTaskManager subTaskManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, ProjectRoleManager projectRoleManager, CommentService commentService, WebAttachmentManager webAttachmentManager, IssueUpdater issueUpdater, AttachmentService attachmentService, SecureUserTokenManager secureUserTokenManager, JiraAuthenticationContext authenticationContext, UserUtil userUtil)
           
AttachTemporaryFile(SubTaskManager subTaskManager, WebAttachmentManager webAttachmentManager, IssueUpdater issueUpdater, ApplicationProperties applicationProperties)
           
 

Uses of WebAttachmentManager in com.atlassian.jira.web.util
 

Classes in com.atlassian.jira.web.util that implement WebAttachmentManager
 class DefaultWebAttachmentManager
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.