public interface VersionIndexSearcher
Modifier and Type | Method and Description |
---|---|
IndexedVersion |
findVersionById(long versionId) |
List<IndexedVersion> |
findVersionsAssociatedWithJiraIssue(String issueKey)
Find all versions that have the given issue key
|
List<IndexedVersion> findVersionsAssociatedWithJiraIssue(@NotNull String issueKey)
issueKey
- to find@Nullable IndexedVersion findVersionById(long versionId)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.