Class ConfluencePageUrl
java.lang.Object
com.atlassian.jira.plugin.link.confluence.ConfluencePageUrl
Represents an URL to a Confluence page.
-
Method Summary
-
Method Details
-
build
public static ConfluencePageUrl build(String pageUriAsString, com.atlassian.applinks.api.ApplicationLink appLink) -
getUrlRebasedToRpcUrl
- Returns:
- the url for the Confluence page, rebased so it starts with the rpc url of the given application link.
-
getPageId
- Returns:
- Optional with page ID from URL or empty if ID is not detected
-