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