public class VersionIndexSearcherImpl extends Object implements VersionIndexSearcher
Constructor and Description |
---|
VersionIndexSearcherImpl(@NotNull BambooCachingPermissionManagerFacadeFactory cachingPermissionManagerFacadeFactory,
@NotNull DeploymentVersionService deploymentVersionService,
@NotNull DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService) |
Modifier and Type | Method and Description |
---|---|
@Nullable IndexedVersion |
findVersionById(long versionId) |
List<IndexedVersion> |
findVersionsAssociatedWithJiraIssue(@NotNull String issueKey)
Find all versions that have the given issue key
|
@Inject public VersionIndexSearcherImpl(@NotNull @NotNull BambooCachingPermissionManagerFacadeFactory cachingPermissionManagerFacadeFactory, @NotNull @NotNull DeploymentVersionService deploymentVersionService, @NotNull @NotNull DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService)
public List<IndexedVersion> findVersionsAssociatedWithJiraIssue(@NotNull @NotNull String issueKey)
VersionIndexSearcher
findVersionsAssociatedWithJiraIssue
in interface VersionIndexSearcher
issueKey
- to find@Nullable public @Nullable IndexedVersion findVersionById(long versionId)
findVersionById
in interface VersionIndexSearcher
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.