public interface

ConfluencePageService

com.atlassian.jira.plugin.link.confluence.service.ConfluencePageService
Known Indirect Subclasses

Class Overview

A Service for querying Confluence instances to get page info.

Summary

Public Methods
RemoteResponse<String> getPageId(ApplicationLink applicationLink, String pageUrl)
Get the pageId matching the given pageUrl.

Public Methods

public RemoteResponse<String> getPageId (ApplicationLink applicationLink, String pageUrl)

Get the pageId matching the given pageUrl.

Parameters
applicationLink the link to the Confluence instance
pageUrl the url of the page
Returns
  • the id of the page
Throws
CredentialsRequiredException thrown if authentication is required
ResponseException thrown if the response cannot be retrieved