|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CachingAwareRepository.CachableOperation | |
|---|---|
| com.atlassian.bamboo.plugins.hg | |
| com.atlassian.bamboo.repository | |
| com.atlassian.bamboo.repository.svn | |
| Uses of CachingAwareRepository.CachableOperation in com.atlassian.bamboo.plugins.hg |
|---|
| Methods in com.atlassian.bamboo.plugins.hg with parameters of type CachingAwareRepository.CachableOperation | |
|---|---|
CacheId |
HgRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation)
|
CacheId |
BitbucketRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation)
|
boolean |
HgRepository.isCachingSupportedFor(CachingAwareRepository.CachableOperation cachableOperation)
|
boolean |
BitbucketRepository.isCachingSupportedFor(CachingAwareRepository.CachableOperation cachableOperation)
|
| Uses of CachingAwareRepository.CachableOperation in com.atlassian.bamboo.repository |
|---|
| Methods in com.atlassian.bamboo.repository that return CachingAwareRepository.CachableOperation | |
|---|---|
static CachingAwareRepository.CachableOperation |
CachingAwareRepository.CachableOperation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CachingAwareRepository.CachableOperation[] |
CachingAwareRepository.CachableOperation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.bamboo.repository with parameters of type CachingAwareRepository.CachableOperation | |
|---|---|
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. |
boolean |
CachingAwareRepository.isCachingSupportedFor(CachingAwareRepository.CachableOperation cachableOperation)
|
| Uses of CachingAwareRepository.CachableOperation in com.atlassian.bamboo.repository.svn |
|---|
| Methods in com.atlassian.bamboo.repository.svn with parameters of type CachingAwareRepository.CachableOperation | |
|---|---|
CacheId |
SvnRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation)
|
boolean |
SvnRepository.isCachingSupportedFor(CachingAwareRepository.CachableOperation cachableOperation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||