Interface GitConfig

All Known Implementing Classes:
ImmutableGitConfig

@Immutable
public interface GitConfig
  • Method Details

    • getInit

    • getLocation

      StoreEntityLocation getLocation()
    • getSerializer

      GitConfig.GitSerializer getSerializer()
    • getCreds

    • getCacheManager

      org.ehcache.CacheManager getCacheManager()
    • getCacheName

      String getCacheName()
    • getCacheHeap

      Integer getCacheHeap()
    • getAssetsPath

      String getAssetsPath()
    • getParentPath

      Path getParentPath()
    • getAbsolutePath

      String getAbsolutePath()
    • getAbsoluteAssetsPath

      String getAbsoluteAssetsPath()
    • getCallback

      org.eclipse.jgit.api.TransportConfigCallback getCallback()
    • getClient

      org.eclipse.jgit.api.Git getClient()