com.atlassian.jira.plugin.link.confluence.service
Class ConfluenceIssueLinkDecoratingServiceImpl

java.lang.Object
  extended by com.atlassian.jira.plugin.link.confluence.service.ConfluenceIssueLinkDecoratingServiceImpl
All Implemented Interfaces:
ConfluenceIssueLinkDecoratingService

public class ConfluenceIssueLinkDecoratingServiceImpl
extends Object
implements ConfluenceIssueLinkDecoratingService

The default implementation of ConfluenceIssueLinkDecoratingService.

Since:
v5.0

Constructor Summary
ConfluenceIssueLinkDecoratingServiceImpl(ConfluenceRpcService confluenceRpcService, ConfluenceGlobalIdFactory confluenceGlobalIdFactory)
           
 
Method Summary
 RemoteIssueLink decorate(RemoteIssueLink remoteIssueLink)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceIssueLinkDecoratingServiceImpl

public ConfluenceIssueLinkDecoratingServiceImpl(ConfluenceRpcService confluenceRpcService,
                                                ConfluenceGlobalIdFactory confluenceGlobalIdFactory)
Method Detail

decorate

public RemoteIssueLink decorate(RemoteIssueLink remoteIssueLink)
                         throws com.atlassian.applinks.api.CredentialsRequiredException,
                                IOException,
                                PermissionException
Specified by:
decorate in interface ConfluenceIssueLinkDecoratingService
Throws:
com.atlassian.applinks.api.CredentialsRequiredException
IOException
PermissionException


Copyright © 2002-2013 Atlassian. All Rights Reserved.