com.atlassian.bamboo.plugins.git
Class GitCacheDirectory

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

public class GitCacheDirectory
extends Object

Class used to handle git cache directory operations.


Method Summary
static File getCacheDirectoryRoot(File workingDirectory)
           
static com.atlassian.util.concurrent.ManagedLock getCacheLock(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 File getCacheDirectoryRoot(@NotNull
                                                 File workingDirectory)
Parameters:
workingDirectory -
Returns:
the root for all git cache directories.

getCacheLock

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


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.