Uses of Interface
com.atlassian.jira.issue.link.RemoteIssueLinkStore
Packages that use RemoteIssueLinkStore
-
Uses of RemoteIssueLinkStore in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return RemoteIssueLinkStoreModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.remoteIssueLinkStore(EntityEngine entityEngine) Methods in com.atlassian.jira.component.spring.registrar with parameters of type RemoteIssueLinkStoreModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.remoteIssueLinkManager(RemoteIssueLinkStore remoteIssueLinkStore, IssueManager issueManager, IssueUpdater issueUpdater, I18nHelper.BeanFactory i18nBeanFactory, com.atlassian.event.api.EventPublisher eventPublisher, IssueIndexingService issueIndexingService) -
Uses of RemoteIssueLinkStore in com.atlassian.jira.issue.link
Classes in com.atlassian.jira.issue.link that implement RemoteIssueLinkStoreModifier and TypeClassDescriptionclassMock RemoteIssueLinkStore for testing without persisting in a database.classDeals with DB operations on RemoteIssueLinksConstructors in com.atlassian.jira.issue.link with parameters of type RemoteIssueLinkStoreModifierConstructorDescriptionDefaultRemoteIssueLinkManager(RemoteIssueLinkStore remoteIssueLinkStore, IssueManager issueManager, IssueUpdater issueUpdater, I18nHelper.BeanFactory i18nBeanFactory, com.atlassian.event.api.EventPublisher eventPublisher, IssueIndexingService issueIndexingService)