Interface GitConfig.GitInit

All Known Implementing Classes:
ImmutableGitInit
Enclosing interface:
GitConfig

@Immutable
public static interface GitConfig.GitInit
  • Method Details

    • getBranch

      String getBranch()
    • getRemote

      String getRemote()
    • getSshPath

      String getSshPath()
    • getStorage

      String getStorage()