public class VersionIndexSearcherImpl extends Object implements VersionIndexSearcher
Constructor and Description |
---|
VersionIndexSearcherImpl(IndexerService indexerService,
com.atlassian.bonnie.ILuceneConnection luceneConnection) |
Modifier and Type | Method and Description |
---|---|
IndexedVersion |
findVersionById(long versionId) |
List<IndexedVersion> |
findVersionsAssociatedWithJiraIssue(String issueKey)
Find all versions that have the given issue key
|
public VersionIndexSearcherImpl(IndexerService indexerService, com.atlassian.bonnie.ILuceneConnection luceneConnection)
public List<IndexedVersion> findVersionsAssociatedWithJiraIssue(@NotNull String issueKey)
VersionIndexSearcher
findVersionsAssociatedWithJiraIssue
in interface VersionIndexSearcher
issueKey
- to find@Nullable public IndexedVersion findVersionById(long versionId)
findVersionById
in interface VersionIndexSearcher
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.