|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheDescription | |
|---|---|
| com.atlassian.bamboo.plugins.git | |
| com.atlassian.bamboo.plugins.hg | |
| com.atlassian.bamboo.repository | |
| Uses of CacheDescription in com.atlassian.bamboo.plugins.git |
|---|
| Methods in com.atlassian.bamboo.plugins.git that return types with arguments of type CacheDescription | |
|---|---|
java.util.Collection<CacheDescription> |
GitRepository.getCacheDescriptions()
Collection of cache descriptions to be displayed in the admin UI. |
java.util.Collection<CacheDescription> |
GitCacheHandler.getCacheDescriptions()
Handles both Git and GitHub repositories. |
| Uses of CacheDescription in com.atlassian.bamboo.plugins.hg |
|---|
| Methods in com.atlassian.bamboo.plugins.hg that return CacheDescription | |
|---|---|
CacheDescription |
HgCacheHandler.getCacheDescription(HgRepository hgRepository)
|
| Methods in com.atlassian.bamboo.plugins.hg that return types with arguments of type CacheDescription | |
|---|---|
java.util.Collection<CacheDescription> |
HgRepository.getCacheDescriptions()
|
java.util.Collection<CacheDescription> |
HgCacheHandler.getCacheDescriptions()
|
| Uses of CacheDescription in com.atlassian.bamboo.repository |
|---|
| Classes in com.atlassian.bamboo.repository that implement CacheDescription | |
|---|---|
static class |
CacheDescription.FileBased
Default file based implementation. |
| Methods in com.atlassian.bamboo.repository that return types with arguments of type CacheDescription | |
|---|---|
java.util.Collection<CacheDescription> |
CacheHandler.getCacheDescriptions()
Collection of cache descriptions to be displayed in the admin UI. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||