com.atlassian.bamboo.repository
Class RepositoryCachingFacade

java.lang.Object
  extended by com.atlassian.bamboo.repository.RepositoryCachingFacade

public class RepositoryCachingFacade
extends java.lang.Object

A wrapper around calls to Repository methods that provides caching of method results.


Method Summary
 java.util.List<VcsBranch> getOpenBranches(BranchDetectionCapableRepository repository, java.lang.String context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOpenBranches

@NotNull
public java.util.List<VcsBranch> getOpenBranches(BranchDetectionCapableRepository repository,
                                                         @Nullable
                                                         java.lang.String context)
                                          throws RepositoryException
Throws:
RepositoryException


Copyright © 2012 Atlassian. All Rights Reserved.