Class AttachmentsResource
java.lang.Object
com.atlassian.greenhopper.web.AbstractResource
com.atlassian.greenhopper.web.rapid.issue.attachment.AttachmentsResource
@Path("xboard/issue/{issueIdOrKey}/attachments")
@Produces("application/json")
public class AttachmentsResource
extends AbstractResource
-
Field Summary
Fields inherited from class com.atlassian.greenhopper.web.AbstractResource
authenticationContext, log
-
Constructor Summary
ConstructorsConstructorDescriptionAttachmentsResource
(AttachmentsFactory attachmentsFactory, IssueHelper issueHelper) -
Method Summary
Methods inherited from class com.atlassian.greenhopper.web.AbstractResource
check, checkResult, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response, responseWithoutAccessCheck
-
Constructor Details
-
AttachmentsResource
-
-
Method Details
-
getAttachmentData
@GET public jakarta.ws.rs.core.Response getAttachmentData(@PathParam("issueIdOrKey") String idOrKey)
-