Interface GitService
- All Known Implementing Classes:
DefaultGitService
public interface GitService
-
Method Summary
Modifier and TypeMethodDescriptionvoidcloneRepositoryAtPath(GitRepositoryConfiguration configuration, Path localPath) getFileContentFromRepository(GitRepositoryConfiguration configuration, String filePath)
-
Method Details
-
cloneRepositoryAtPath
-
getFileContentFromRepository
String getFileContentFromRepository(GitRepositoryConfiguration configuration, String filePath) throws IOException - Throws:
IOException
-