Uses of Interface
com.atlassian.bamboo.deployments.versions.index.IndexedVersion
-
Packages that use IndexedVersion Package Description com.atlassian.bamboo.deployments.versions.index -
-
Uses of IndexedVersion in com.atlassian.bamboo.deployments.versions.index
Classes in com.atlassian.bamboo.deployments.versions.index that implement IndexedVersion Modifier and Type Class Description class
IndexedVersionImpl
Methods in com.atlassian.bamboo.deployments.versions.index that return IndexedVersion Modifier and Type Method Description @Nullable IndexedVersion
VersionIndexSearcher. findVersionById(long versionId)
Deprecated.@Nullable IndexedVersion
VersionIndexSearcherImpl. findVersionById(long versionId)
Methods in com.atlassian.bamboo.deployments.versions.index that return types with arguments of type IndexedVersion Modifier and Type Method Description List<IndexedVersion>
VersionIndexSearcher. findVersionsAssociatedWithJiraIssue(@NotNull String issueKey)
Deprecated.Find all versions that have the given issue keyList<IndexedVersion>
VersionIndexSearcherImpl. findVersionsAssociatedWithJiraIssue(@NotNull String issueKey)
-