public class ConfluenceRemoteIssueLinkBuilder extends Object
RemoteIssueLink
that points to a Confluence page.RemoteIssueLinkBuilder
Constructor and Description |
---|
ConfluenceRemoteIssueLinkBuilder() |
Modifier and Type | Method and Description |
---|---|
RemoteIssueLink |
build(com.atlassian.applinks.api.ApplicationLink appLink,
String pageId,
Long issueId)
Builds a RemoteIssueLink pointing to a page in Confluence.
|
public RemoteIssueLink build(com.atlassian.applinks.api.ApplicationLink appLink, String pageId, Long issueId)
appLink
- The application link to the Confluence instance.pageId
- The identifier of the page.issueId
- The JIRA issue that is being linked to the Confluence page.Copyright © 2002-2015 Atlassian. All Rights Reserved.