com.atlassian.bamboo.deployments.versions.index
Interface VersionIndexSearcher

All Known Implementing Classes:
VersionIndexSearcherImpl

public interface VersionIndexSearcher

For searching the deployment version index


Method Summary
 IndexedVersion findVersionById(long versionId)
           
 List<IndexedVersion> findVersionsAssociatedWithJiraIssue(String issueKey)
          Find all versions that have the given issue key
 

Method Detail

findVersionsAssociatedWithJiraIssue

List<IndexedVersion> findVersionsAssociatedWithJiraIssue(@NotNull
                                                         String issueKey)
Find all versions that have the given issue key

Parameters:
issueKey - to find
Returns:
indexed versions matching the issue key.

findVersionById

@Nullable
IndexedVersion findVersionById(long versionId)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.