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, ContextI18n i18n)
           
 
Method Summary
 javax.ws.rs.core.Response getResolution(String id, javax.ws.rs.core.UriInfo uriInfo)
          Returns a resolution.
 
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,
                          ContextI18n i18n)
Method Detail

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-2011 Atlassian. All Rights Reserved.