Uses of Class
com.atlassian.bamboo.plan.cache.PlanBranchGist
Package
Description
-
Uses of PlanBranchGist in com.atlassian.bamboo.index.quicksearch
Modifier and TypeMethodDescriptionstatic QuickSearchItemImpl
QuickSearchItemImpl.forBranch
(long masterId, @NotNull PlanBranchGist branch) -
Uses of PlanBranchGist in com.atlassian.bamboo.plan.cache
Modifier and TypeFieldDescriptionstatic final com.google.common.collect.Ordering<PlanBranchGist>
PlanBranchGist.PlanNameCaseInsensitiveComparator.ORDERING
Modifier and TypeMethodDescriptionstatic PlanBranchGist
PlanBranchGist.identifierFor
(PlanKey planKey) The plan key is enough to have equals and hashCode.Modifier and TypeMethodDescription@NotNull Set<PlanBranchGist>
CachedPlanManager.getBranchGistsOfChain
(@NotNull PlanKey chainKey) Returns basic data of all branches for the supplied chain.@NotNull Set<PlanBranchGist>
CachedPlanManagerImpl.getBranchGistsOfChain
(@NotNull PlanKey chainKey) @NotNull Stream<PlanBranchGist>
ImmutablePlanCacheService.getBranchGistsOfChain
(@NotNull PlanKey chainKey) Returns the Gists of all cached branches associated with a master plan identified by the given key.@NotNull Stream<PlanBranchGist>
ImmutablePlanCacheServiceImpl.getBranchGistsOfChain
(@NotNull PlanKey chainKey) @NotNull Set<PlanBranchGist>
CachedPlanManager.getBranchGistsOfChainWithConsistencyGuarantee
(@NotNull PlanKey chainKey) Returns basic data of all branches for the supplied chain with guarantee that eventual new plan branches not present in the cache will be taken in consideration.@NotNull Set<PlanBranchGist>
CachedPlanManagerImpl.getBranchGistsOfChainWithConsistencyGuarantee
(@NotNull PlanKey chainKey) @NotNull ImmutableCacheResults<PlanBranchGist>
ImmutablePlanCacheService.getBranchGistsOfChainWithConsistencyGuarantee
(@NotNull PlanKey chainKey) Returns the Gists of all branches associated with a master plan identified by a given plan key, with guarantee that eventual new plan branches not present in the cache will be taken in consideration.@NotNull ImmutableCacheResults<PlanBranchGist>
ImmutablePlanCacheServiceImpl.getBranchGistsOfChainWithConsistencyGuarantee
(@NotNull PlanKey chainKey) Modifier and TypeMethodDescriptionint
PlanBranchGist.PlanNameCaseInsensitiveComparator.compare
(PlanBranchGist p1, PlanBranchGist p2) -
Uses of PlanBranchGist in com.atlassian.bamboo.plan.cache.index
Modifier and TypeMethodDescription@NotNull com.google.common.collect.ImmutableSet<PlanBranchGist>
PlanBranchCacheIndex.getBranchGists
(PlanKey planKey) @NotNull com.google.common.collect.ImmutableSet<PlanBranchGist>
PlanBranchCacheIndexer.getBranchGists
(PlanKey planKey) -
Uses of PlanBranchGist in com.atlassian.bamboo.ww2.beans