@Component public class

ConfluencePageServiceImpl

extends Object
implements ConfluencePageService
java.lang.Object
   ↳ com.atlassian.jira.plugin.link.confluence.service.ConfluencePageServiceImpl

Summary

Public Constructors
ConfluencePageServiceImpl()
Public Methods
RemoteResponse<String> getPageId(ApplicationLink applicationLink, String pageUrl)
Get the pageId matching the given pageUrl.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.plugin.link.confluence.service.ConfluencePageService

Public Constructors

public ConfluencePageServiceImpl ()

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
ResponseException