Uses of Class
com.atlassian.bamboo.repository.CacheId
Package
Description
-
Uses of CacheId in com.atlassian.bamboo.plugins.bitbucket
Modifier and TypeMethodDescriptionBitbucketRepository.getCacheId
(@NotNull CachingAwareRepository.CachableOperation cachableOperation) -
Uses of CacheId in com.atlassian.bamboo.plugins.git
Modifier and TypeMethodDescriptionGitHubRepository.getCacheId
(@NotNull CachingAwareRepository.CachableOperation cachableOperation) GitRepository.getCacheId
(@NotNull CachingAwareRepository.CachableOperation cachableOperation) -
Uses of CacheId in com.atlassian.bamboo.plugins.stash
Modifier and TypeMethodDescriptionStashRepositoryImpl.getCacheId
(@NotNull CachingAwareRepository.CachableOperation cachableOperation) -
Uses of CacheId in com.atlassian.bamboo.repository
Modifier and TypeMethodDescriptionstatic CacheId
CacheId.forContext
(CacheId cacheId, @Nullable String context) @Nullable CacheId
CachingAwareRepository.getCacheId
(@NotNull CachingAwareRepository.CachableOperation cachableOperation) Cache id has to fulfill the following: Given two Repository objects A and B, returning equal CacheId (in terms of equals()) and a cachable operation foo(), in the following sequence of calls made in a short time period: 1.Modifier and TypeMethodDescriptionstatic CacheId
CacheId.forContext
(CacheId cacheId, @Nullable String context) -
Uses of CacheId in com.atlassian.bamboo.repository.svn
Modifier and TypeMethodDescriptionSvnRepository.getCacheId
(@NotNull CachingAwareRepository.CachableOperation cachableOperation)