com.atlassian.bamboo.plugins.git
Class GitCacheDirectory

java.lang.Object
  extended by com.atlassian.bamboo.plugins.git.GitCacheDirectory

public class GitCacheDirectory
extends java.lang.Object

Class used to handle git cache directory operations.


Method Summary
static java.io.File getCacheDirectoryRoot(java.io.File workingDirectory)
           
static com.atlassian.util.concurrent.ManagedLock getCacheLock(java.io.File cache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCacheDirectoryRoot

@NotNull
public static java.io.File getCacheDirectoryRoot(@NotNull
                                                         java.io.File workingDirectory)
Parameters:
workingDirectory -
Returns:
the root for all git cache directories.

getCacheLock

public static com.atlassian.util.concurrent.ManagedLock getCacheLock(@NotNull
                                                                     java.io.File cache)


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