java.lang.Object | |
↳ | com.atlassian.jira.issue.link.MemoryRemoteIssueLinkStore |
Mock RemoteIssueLinkStore for testing without persisting in a database.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns remote issue links in given issue with any of the given globalIds, sorted by id.
| |||||||||||
Returns remote issue links in given issue with given globalId sorted by id.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||
![]()
|
Returns remote issue links in given issue with any of the given globalIds, sorted by id.
As the index for enforcing these to be unique would be too long, we have to get by without, and presume that duplicates might appear any time.
globalIds | the globalIds to search |
---|
Returns remote issue links in given issue with given globalId sorted by id.
As the index for enforcing these to be unique would be too long, we have to get by without, and presume that duplicates might appear any time.
issue | issue to search |
---|---|
globalId | globalId to search |