Modifier and Type | Method and Description |
---|---|
CacheId |
BitbucketRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation) |
boolean |
BitbucketRepository.isCachingSupportedFor(CachingAwareRepository.CachableOperation cachableOperation) |
Modifier and Type | Method and Description |
---|---|
CacheId |
GitRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation) |
CacheId |
GitHubRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation) |
boolean |
GitRepository.isCachingSupportedFor(CachingAwareRepository.CachableOperation cachableOperation) |
boolean |
GitHubRepository.isCachingSupportedFor(CachingAwareRepository.CachableOperation cachableOperation) |
Modifier and Type | Method and Description |
---|---|
CacheId |
HgRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation) |
boolean |
HgRepository.isCachingSupportedFor(CachingAwareRepository.CachableOperation cachableOperation) |
Modifier and Type | Method and Description |
---|---|
CacheId |
StashRepositoryImpl.getCacheId(CachingAwareRepository.CachableOperation cachableOperation) |
boolean |
StashRepositoryImpl.isCachingSupportedFor(CachingAwareRepository.CachableOperation cachableOperation) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
CacheId |
SvnRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation) |
boolean |
SvnRepository.isCachingSupportedFor(CachingAwareRepository.CachableOperation cachableOperation) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.