com.atlassian.jira.plugin.link.confluence
Class ConfluencePageUrl

java.lang.Object
  extended by com.atlassian.jira.plugin.link.confluence.ConfluencePageUrl

public class ConfluencePageUrl
extends Object

Represents an URL to a Confluence page.


Method Summary
static ConfluencePageUrl build(String pageUriAsString, com.atlassian.applinks.api.ApplicationLink appLink)
           
 String getUrlRebasedToRpcUrl()
          Returns the url for the Confluence page, rebased so it starts with the rpc url of the given application link.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

build

public static ConfluencePageUrl build(String pageUriAsString,
                                      com.atlassian.applinks.api.ApplicationLink appLink)

getUrlRebasedToRpcUrl

public String getUrlRebasedToRpcUrl()
Returns the url for the Confluence page, rebased so it starts with the rpc url of the given application link.

Parameters:
appLink -
Returns:


Copyright © 2002-2014 Atlassian. All Rights Reserved.