com.atlassian.jira.rest.v2.issue.customfield
Class CustomFieldOptionResource

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

public class CustomFieldOptionResource
extends Object

Since:
4.4

Constructor Summary
CustomFieldOptionResource(JiraAuthenticationContext authContext, OptionsManager optionsManager, VelocityRequestContextFactory velocityRequestContextFactory, I18nHelper i18n, ContextUriInfo contextUriInfo)
           
 
Method Summary
 javax.ws.rs.core.Response getCustomFieldOption(String id)
          Returns a full representation of the Custom Field Option that has the given id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomFieldOptionResource

public CustomFieldOptionResource(JiraAuthenticationContext authContext,
                                 OptionsManager optionsManager,
                                 VelocityRequestContextFactory velocityRequestContextFactory,
                                 I18nHelper i18n,
                                 ContextUriInfo contextUriInfo)
Method Detail

getCustomFieldOption

public javax.ws.rs.core.Response getCustomFieldOption(String id)
Returns a full representation of the Custom Field Option that has the given id.

Parameters:
id - a String containing an Custom Field Option id
Returns:
a full representation of the Custom Field Option with the given id


Copyright © 2002-2013 Atlassian. All Rights Reserved.