Uses of Interface
com.atlassian.bamboo.plan.cache.ImmutableCacheResults
Packages that use ImmutableCacheResults
-
Uses of ImmutableCacheResults in com.atlassian.bamboo.plan.cache
Classes in com.atlassian.bamboo.plan.cache that implement ImmutableCacheResultsModifier and TypeClassDescriptionclass
Encapsulates results from cache, offering additional information about cache misses and hits.Methods in com.atlassian.bamboo.plan.cache that return ImmutableCacheResultsModifier and TypeMethodDescription@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) @NotNull ImmutableCacheResults<PlanKey>
ImmutablePlanCacheService.getBranchKeysOfChainWithConsistencyGuarantee
(@NotNull PlanKey chainKey) Returns 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<PlanKey>
ImmutablePlanCacheServiceImpl.getBranchKeysOfChainWithConsistencyGuarantee
(@NotNull PlanKey chainKey)