|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheId | |
|---|---|
| com.atlassian.bamboo.plugins.git | |
| com.atlassian.bamboo.plugins.hg | |
| com.atlassian.bamboo.plugins.stash | |
| com.atlassian.bamboo.repository | |
| com.atlassian.bamboo.repository.svn | |
| Uses of CacheId in com.atlassian.bamboo.plugins.git |
|---|
| Methods in com.atlassian.bamboo.plugins.git that return CacheId | |
|---|---|
CacheId |
GitRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation)
|
CacheId |
GitHubRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation)
|
| Uses of CacheId in com.atlassian.bamboo.plugins.hg |
|---|
| Methods in com.atlassian.bamboo.plugins.hg that return CacheId | |
|---|---|
CacheId |
HgRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation)
|
CacheId |
BitbucketRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation)
|
| Uses of CacheId in com.atlassian.bamboo.plugins.stash |
|---|
| Methods in com.atlassian.bamboo.plugins.stash that return CacheId | |
|---|---|
CacheId |
StashRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation)
|
| Uses of CacheId in com.atlassian.bamboo.repository |
|---|
| Methods in com.atlassian.bamboo.repository that return CacheId | |
|---|---|
static CacheId |
CacheId.forContext(CacheId cacheId,
java.lang.String context)
|
CacheId |
CachingAwareRepository.getCacheId(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 | |
|---|---|
static CacheId |
CacheId.forContext(CacheId cacheId,
java.lang.String context)
|
| Uses of CacheId in com.atlassian.bamboo.repository.svn |
|---|
| Methods in com.atlassian.bamboo.repository.svn that return CacheId | |
|---|---|
CacheId |
SvnRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||