Class VersionIndexSearcherImpl
java.lang.Object
com.atlassian.bamboo.deployments.versions.index.VersionIndexSearcherImpl
- All Implemented Interfaces:
VersionIndexSearcher
-
Constructor Summary
ConstructorsConstructorDescriptionVersionIndexSearcherImpl
(@NotNull BambooCachingPermissionManagerFacadeFactory cachingPermissionManagerFacadeFactory, @NotNull DeploymentVersionService deploymentVersionService, @NotNull DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService) -
Method Summary
Modifier and TypeMethodDescription@Nullable IndexedVersion
findVersionById
(long versionId) findVersionsAssociatedWithJiraIssue
(@NotNull String issueKey) Find all versions that have the given issue key
-
Constructor Details
-
VersionIndexSearcherImpl
@Inject public VersionIndexSearcherImpl(@NotNull @NotNull BambooCachingPermissionManagerFacadeFactory cachingPermissionManagerFacadeFactory, @NotNull @NotNull DeploymentVersionService deploymentVersionService, @NotNull @NotNull DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService)
-
-
Method Details
-
findVersionsAssociatedWithJiraIssue
Description copied from interface:VersionIndexSearcher
Find all versions that have the given issue key- Specified by:
findVersionsAssociatedWithJiraIssue
in interfaceVersionIndexSearcher
- Parameters:
issueKey
- to find- Returns:
- indexed versions matching the issue key.
-
findVersionById
- Specified by:
findVersionById
in interfaceVersionIndexSearcher
-