public class

ConfluenceResource

extends Object
java.lang.Object
   ↳ com.atlassian.jira.plugin.link.confluence.rest.ConfluenceResource

Class Overview

A REST resource to access Confluence's remote API. This is needed to perform authenticated requests.

Summary

Public Constructors
ConfluenceResource(ConfluenceRpcService confluenceRpcService, ApplicationLinkService applicationLinkService, I18nHelper.BeanFactory beanFactory, JiraAuthenticationContext jiraAuthenticationContext)
Public Methods
Response getApplicationLinks()
Response getSiteSearch(String query, String appId, Integer maxResults, String spaceKey)
Response getSpaces(String appId)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ConfluenceResource (ConfluenceRpcService confluenceRpcService, ApplicationLinkService applicationLinkService, I18nHelper.BeanFactory beanFactory, JiraAuthenticationContext jiraAuthenticationContext)

Public Methods

public Response getApplicationLinks ()

public Response getSiteSearch (String query, String appId, Integer maxResults, String spaceKey)

public Response getSpaces (String appId)