com.atlassian.jira.plugin.link.applinks.rest.resource
Class AppLinksInfoResource

java.lang.Object
  extended by com.atlassian.jira.plugin.link.applinks.rest.resource.AppLinksInfoResource

public class AppLinksInfoResource
extends Object

A AppLinks-related REST resource for remote issue links.

Since:
v5.0

Constructor Summary
AppLinksInfoResource(com.atlassian.applinks.api.ApplicationLinkService applicationLinkService)
           
 
Method Summary
 javax.ws.rs.core.Response getAppLinksInfo(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppLinksInfoResource

public AppLinksInfoResource(com.atlassian.applinks.api.ApplicationLinkService applicationLinkService)
Method Detail

getAppLinksInfo

public javax.ws.rs.core.Response getAppLinksInfo(String type)


Copyright © 2002-2013 Atlassian. All Rights Reserved.