Uses of Interface
com.atlassian.bamboo.repository.CacheDescription
-
Packages that use CacheDescription Package Description com.atlassian.bamboo.plugins.git 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 Modifier and Type Method Description @NotNull Collection<CacheDescription>
GitCacheHandler. getCacheDescriptions()
Handles both Git and GitHub repositories.@NotNull Collection<CacheDescription>
GitRepository. getCacheDescriptions()
Collection of cache descriptions to be displayed in the admin UI. -
Uses of CacheDescription in com.atlassian.bamboo.repository
Classes in com.atlassian.bamboo.repository that implement CacheDescription Modifier and Type Class Description static class
CacheDescription.FileBased
Default file based implementation.Methods in com.atlassian.bamboo.repository that return types with arguments of type CacheDescription Modifier and Type Method Description @NotNull Collection<CacheDescription>
CacheHandler. getCacheDescriptions()
Collection of cache descriptions to be displayed in the admin UI.
-