com.atlassian.greenhopper.web.api
Class ManagedIssueLinkTypesResource

java.lang.Object
  extended by com.atlassian.greenhopper.web.AbstractResource
      extended by com.atlassian.greenhopper.web.api.ManagedIssueLinkTypesResource

@PublicApi
public class ManagedIssueLinkTypesResource
extends AbstractResource

Since:
v6.3.5

Field Summary
 
Fields inherited from class com.atlassian.greenhopper.web.AbstractResource
HTTP_HEADER_GREENHOPPER_GADGET, log
 
Constructor Summary
ManagedIssueLinkTypesResource(ManagedIssueLinkTypesService managedIssuLinkTypesService)
           
 
Method Summary
 javax.ws.rs.core.Response getDefaultValues()
          Returns issue link types managed by JIRA Agile.
 
Methods inherited from class com.atlassian.greenhopper.web.AbstractResource
check, createErrorResponse, createFromServiceOutcome, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response, wireAuthenticationContext, wireI18nFactoryService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedIssueLinkTypesResource

public ManagedIssueLinkTypesResource(ManagedIssueLinkTypesService managedIssuLinkTypesService)
Method Detail

getDefaultValues

public javax.ws.rs.core.Response getDefaultValues()
Returns issue link types managed by JIRA Agile.

Returns:
default values where available. No value if a default could not be fetched.


Copyright © 2007-2014 Atlassian. All Rights Reserved.