Package | Description |
---|---|
com.atlassian.jira.bc.issue.attachment | |
com.atlassian.jira.issue | |
com.atlassian.jira.web.servlet |
Modifier and Type | Method and Description |
---|---|
Attachment |
DefaultAttachmentService.getAttachment(JiraServiceContext jiraServiceContext,
Long attachmentId) |
Attachment |
AttachmentService.getAttachment(JiraServiceContext jiraServiceContext,
Long attachmentId)
Retrieves the specified issue.
|
Modifier and Type | Method and Description |
---|---|
Attachment |
AttachmentManager.getAttachment(Long id)
Get a single attachment by its ID.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ViewAttachmentServlet.setResponseHeaders(javax.servlet.http.HttpServletRequest request,
Optional<RangeResponse> rangeResponse,
javax.servlet.http.HttpServletResponse response)
Sets the content type, content length and "Content-Disposition" header
of the response based on the values of the attachement found.
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.