Interface GitCache.GitProvider

Enclosing class:
GitCache

@NonExtendable public static interface GitCache.GitProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable org.eclipse.jgit.api.Git
    git(File projectDir, @NotNull String displayName)
     
  • Method Details

    • git

      @Nullable @Nullable org.eclipse.jgit.api.Git git(File projectDir, @NotNull @NotNull String displayName)