com.atlassian.jira.rest.v2.issue
Class ResolutionResource
java.lang.Object
com.atlassian.jira.rest.v2.issue.ResolutionResource
public class ResolutionResource
- extends Object
- Since:
- 4.2
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 |
ResolutionResource
public ResolutionResource(ConstantsManager constantsManager,
ContextI18n i18n)
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 iduriInfo
- a UriInfo
- Returns:
- a JIRA issue resolution
Copyright © 2002-2011 Atlassian. All Rights Reserved.