Interface VersionIndexSearcher
-
- All Known Implementing Classes:
VersionIndexSearcherImpl
@Deprecated public interface VersionIndexSearcher
Deprecated.since 8.2 useDeploymentVersionService
For searching the deployment version index As of Bamboo 8.2 is delegating toDeploymentVersionService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description @Nullable IndexedVersion
findVersionById(long versionId)
Deprecated.List<IndexedVersion>
findVersionsAssociatedWithJiraIssue(@NotNull String issueKey)
Deprecated.Find all versions that have the given issue key
-
-
-
Method Detail
-
findVersionsAssociatedWithJiraIssue
List<IndexedVersion> findVersionsAssociatedWithJiraIssue(@NotNull @NotNull String issueKey)
Deprecated.Find all versions that have the given issue key- Parameters:
issueKey
- to find- Returns:
- indexed versions matching the issue key.
-
findVersionById
@Nullable @Nullable IndexedVersion findVersionById(long versionId)
Deprecated.
-
-