com.atlassian.jira.rest.v2.issue
Class ResolutionResource

java.lang.Object
  extended by com.atlassian.jira.rest.v2.issue.ResolutionResource

public class ResolutionResource
extends Object

Since:
4.2

Constructor Summary
ResolutionResource(ConstantsManager constantsManager, I18nHelper i18n, JiraBaseUrls baseUrls)
           
 
Method Summary
 javax.ws.rs.core.Response getResolution(String id, javax.ws.rs.core.UriInfo uriInfo)
          Returns a resolution.
 javax.ws.rs.core.Response getResolutions(javax.ws.rs.core.UriInfo uriInfo)
          Returns a list of all resolutions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolutionResource

public ResolutionResource(ConstantsManager constantsManager,
                          I18nHelper i18n,
                          JiraBaseUrls baseUrls)
Method Detail

getResolutions

public javax.ws.rs.core.Response getResolutions(@Context
                                                javax.ws.rs.core.UriInfo uriInfo)
Returns a list of all resolutions.

Parameters:
uriInfo - a UriInfo
Returns:
a list of JIRA issue resolutions

getResolution

public javax.ws.rs.core.Response getResolution(String id,
                                               @Context
                                               javax.ws.rs.core.UriInfo uriInfo)
Returns a resolution.

Parameters:
id - a String containing the resolution id
uriInfo - a UriInfo
Returns:
a JIRA issue resolution


Copyright © 2002-2012 Atlassian. All Rights Reserved.