Uses of Class
com.atlassian.bamboo.plan.cache.PlanBranchGist
Packages that use PlanBranchGist
Package
Description
-
Uses of PlanBranchGist in com.atlassian.bamboo.index.quicksearch
Methods in com.atlassian.bamboo.index.quicksearch with parameters of type PlanBranchGistModifier and TypeMethodDescriptionstatic QuickSearchItemImpl
QuickSearchItemImpl.forBranch
(long masterId, @NotNull PlanBranchGist branch) -
Uses of PlanBranchGist in com.atlassian.bamboo.plan.cache
Fields in com.atlassian.bamboo.plan.cache with type parameters of type PlanBranchGistModifier and TypeFieldDescriptionstatic final com.google.common.collect.Ordering<PlanBranchGist>
PlanBranchGist.PlanNameCaseInsensitiveComparator.ORDERING
Methods in com.atlassian.bamboo.plan.cache that return PlanBranchGistModifier and TypeMethodDescriptionstatic PlanBranchGist
PlanBranchGist.identifierFor
(PlanKey planKey) The plan key is enough to have equals and hashCode.Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type PlanBranchGistModifier 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) Methods in com.atlassian.bamboo.plan.cache with parameters of type PlanBranchGistModifier and TypeMethodDescriptionint
PlanBranchGist.PlanNameCaseInsensitiveComparator.compare
(PlanBranchGist p1, PlanBranchGist p2) -
Uses of PlanBranchGist in com.atlassian.bamboo.plan.cache.index
Methods in com.atlassian.bamboo.plan.cache.index that return types with arguments of type PlanBranchGistModifier 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
Constructors in com.atlassian.bamboo.ww2.beans with parameters of type PlanBranchGist