Class AttachmentPermissionResource
java.lang.Object
com.atlassian.jira.rest.internal.v2.attachment.AttachmentPermissionResource
-
Constructor Summary
ConstructorsConstructorDescriptionAttachmentPermissionResource
(JiraAuthenticationContext authenticationContext, ProjectManager projectManager, AttachmentService attachmentService) -
Method Summary
-
Constructor Details
-
AttachmentPermissionResource
@Inject public AttachmentPermissionResource(JiraAuthenticationContext authenticationContext, ProjectManager projectManager, AttachmentService attachmentService)
-
-
Method Details
-
getCanAttach
@Path("attach") @GET @Produces("application/json") public jakarta.ws.rs.core.Response getCanAttach(@QueryParam("projectKey") String projectKey)
-