public class

DeleteIssueResource

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.issue.DeleteIssueResource

Class Overview

Extensions to the JIRA issue resource. This code should eventually be moved into JIRA.

Summary

Public Constructors
DeleteIssueResource(JiraAuthenticationContext jiraAuthenticationContext, IssueService issueService, SubTaskManager subTaskManager)
Public Methods
Response deleteIssue(Issue issue, String deleteSubtasks, UriInfo uriInfo)
int getNumberOfSubTasks(Issue issue)
Protected Methods
ApplicationUser callingUser()
WebApplicationException error(ErrorCollection errors)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DeleteIssueResource (JiraAuthenticationContext jiraAuthenticationContext, IssueService issueService, SubTaskManager subTaskManager)

Public Methods

public Response deleteIssue (Issue issue, String deleteSubtasks, UriInfo uriInfo)

public int getNumberOfSubTasks (Issue issue)

Protected Methods

protected ApplicationUser callingUser ()

protected WebApplicationException error (ErrorCollection errors)