public class DeleteIssueResource extends Object
Constructor and Description |
---|
DeleteIssueResource(JiraAuthenticationContext jiraAuthenticationContext,
IssueService issueService,
SubTaskManager subTaskManager) |
Modifier and Type | Method and Description |
---|---|
protected ApplicationUser |
callingUser() |
javax.ws.rs.core.Response |
deleteIssue(Issue issue,
String deleteSubtasks,
javax.ws.rs.core.UriInfo uriInfo) |
protected javax.ws.rs.WebApplicationException |
error(ErrorCollection errors) |
int |
getNumberOfSubTasks(Issue issue) |
public DeleteIssueResource(JiraAuthenticationContext jiraAuthenticationContext, IssueService issueService, SubTaskManager subTaskManager)
public javax.ws.rs.core.Response deleteIssue(Issue issue, String deleteSubtasks, @Context javax.ws.rs.core.UriInfo uriInfo)
protected javax.ws.rs.WebApplicationException error(ErrorCollection errors)
protected ApplicationUser callingUser()
public int getNumberOfSubTasks(Issue issue)
Copyright © 2002-2022 Atlassian. All Rights Reserved.