Interface VersionIndexSearcher

All Known Implementing Classes:
VersionIndexSearcherImpl

@Deprecated public interface VersionIndexSearcher
Deprecated.
For searching the deployment version index As of Bamboo 8.2 is delegating to DeploymentVersionService
  • Method Details

    • 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.