Class RemoteIssueLinkResource
java.lang.Object
com.atlassian.greenhopper.web.AbstractResource
com.atlassian.greenhopper.web.rapid.issue.issuelink.RemoteIssueLinkResource
@Path("issuelink")
@Consumes("application/json")
@Produces("application/json")
public class RemoteIssueLinkResource
extends AbstractResource
-
Field Summary
Fields inherited from class com.atlassian.greenhopper.web.AbstractResource
authenticationContext, log
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteIssueLinkResource
(com.atlassian.jira.bc.issue.link.RemoteIssueLinkService remoteIssueLinkService) -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
deleteRemoteIssueLink
(Long remoteIssueLinkId) Methods inherited from class com.atlassian.greenhopper.web.AbstractResource
check, checkResult, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response, responseWithoutAccessCheck
-
Constructor Details
-
RemoteIssueLinkResource
@Inject public RemoteIssueLinkResource(com.atlassian.jira.bc.issue.link.RemoteIssueLinkService remoteIssueLinkService)
-
-
Method Details
-
deleteRemoteIssueLink
@DELETE @Path("{id}") public javax.ws.rs.core.Response deleteRemoteIssueLink(@PathParam("id") Long remoteIssueLinkId)
-