Uses of Class
com.atlassian.bamboo.repository.CacheId
-
-
Uses of CacheId in com.atlassian.bamboo.plugins.bitbucket
Methods in com.atlassian.bamboo.plugins.bitbucket that return CacheId Modifier and Type Method Description CacheId
BitbucketRepository. getCacheId(@NotNull CachingAwareRepository.CachableOperation cachableOperation)
-
Uses of CacheId in com.atlassian.bamboo.plugins.git
Methods in com.atlassian.bamboo.plugins.git that return CacheId Modifier and Type Method Description CacheId
GitHubRepository. getCacheId(@NotNull CachingAwareRepository.CachableOperation cachableOperation)
CacheId
GitRepository. getCacheId(@NotNull CachingAwareRepository.CachableOperation cachableOperation)
-
Uses of CacheId in com.atlassian.bamboo.plugins.stash
Methods in com.atlassian.bamboo.plugins.stash that return CacheId Modifier and Type Method Description CacheId
StashRepositoryImpl. getCacheId(@NotNull CachingAwareRepository.CachableOperation cachableOperation)
-
Uses of CacheId in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository that return CacheId Modifier and Type Method Description static 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.Methods in com.atlassian.bamboo.repository with parameters of type CacheId Modifier and Type Method Description static CacheId
CacheId. forContext(CacheId cacheId, @Nullable String context)
-
Uses of CacheId in com.atlassian.bamboo.repository.svn
Methods in com.atlassian.bamboo.repository.svn that return CacheId Modifier and Type Method Description CacheId
SvnRepository. getCacheId(@NotNull CachingAwareRepository.CachableOperation cachableOperation)
-