Interface VersionIndexSearcher

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