Interface VersionIndexSearcher
- All Known Implementing Classes:
VersionIndexSearcherImpl
Deprecated.
For searching the deployment version index As of Bamboo 8.2 is delegating to
DeploymentVersionService
-
Method Summary
Modifier and TypeMethodDescription@Nullable IndexedVersion
findVersionById
(long versionId) Deprecated.findVersionsAssociatedWithJiraIssue
(@NotNull String issueKey) Deprecated.Find all versions that have the given issue key
-
Method Details
-
findVersionsAssociatedWithJiraIssue
Deprecated.Find all versions that have the given issue key- Parameters:
issueKey
- to find- Returns:
- indexed versions matching the issue key.
-
findVersionById
Deprecated.
-
DeploymentVersionService