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 IndexedVersionfindVersionById(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:VersionIndexSearcherFind all versions that have the given issue key- Specified by:
findVersionsAssociatedWithJiraIssuein interfaceVersionIndexSearcher- Parameters:
issueKey- to find- Returns:
- indexed versions matching the issue key.
-
findVersionById
- Specified by:
findVersionByIdin interfaceVersionIndexSearcher
-