Uses of Interface
com.atlassian.jira.issue.link.RemoteIssueLinkStore

Packages that use RemoteIssueLinkStore
com.atlassian.jira.issue.link   
 

Uses of RemoteIssueLinkStore in com.atlassian.jira.issue.link
 

Classes in com.atlassian.jira.issue.link that implement RemoteIssueLinkStore
 class MemoryRemoteIssueLinkStore
          Mock RemoteIssueLinkStore for testing without persisting in a database.
 class RemoteIssueLinkStoreImpl
          Deals with DB operations on RemoteIssueLinks
 

Constructors in com.atlassian.jira.issue.link with parameters of type RemoteIssueLinkStore
DefaultRemoteIssueLinkManager(RemoteIssueLinkStore remoteIssueLinkStore, IssueManager issueManager, IssueUpdater issueUpdater, I18nHelper.BeanFactory i18nBeanFactory, com.atlassian.event.api.EventPublisher eventPublisher)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.