Uses of Class
com.atlassian.bamboo.repository.CacheId

Packages that use CacheId
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.svn   
 

Uses of CacheId in com.atlassian.bamboo.plugins.hg
 

Methods in com.atlassian.bamboo.plugins.hg that return CacheId
 CacheId HgRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation)
           
 CacheId BitbucketRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation)
           
 

Uses of CacheId in com.atlassian.bamboo.repository
 

Methods in com.atlassian.bamboo.repository that return CacheId
static CacheId CacheId.forContext(CacheId cacheId, java.lang.String context)
           
 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.
 

Methods in com.atlassian.bamboo.repository with parameters of type CacheId
static CacheId CacheId.forContext(CacheId cacheId, java.lang.String context)
           
 

Uses of CacheId in com.atlassian.bamboo.repository.svn
 

Methods in com.atlassian.bamboo.repository.svn that return CacheId
 CacheId SvnRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.