public class AttachTemporaryFileResource extends Object
Constructor and Description |
---|
AttachTemporaryFileResource(JiraAuthenticationContext authContext,
WebAttachmentManager webAttachmentManager,
IssueService issueService,
ProjectService projectService,
XsrfTokenGenerator xsrfGenerator,
AttachmentHelper attachmentHelper,
SecureUserTokenManager secureUserTokenManager) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
addTemporaryAttachment(String filename,
Long projectId,
Long issueId,
Long size,
String formToken,
javax.servlet.http.HttpServletRequest request) |
javax.ws.rs.core.Response |
addTemporaryAttachment(String filename,
Long projectId,
Long issueId,
Long size,
String secureToken,
String formToken,
javax.servlet.http.HttpServletRequest request) |
public AttachTemporaryFileResource(JiraAuthenticationContext authContext, WebAttachmentManager webAttachmentManager, IssueService issueService, ProjectService projectService, XsrfTokenGenerator xsrfGenerator, AttachmentHelper attachmentHelper, SecureUserTokenManager secureUserTokenManager)
Copyright © 2002-2022 Atlassian. All Rights Reserved.