Interface RetryingRepositoryOperationFacade
- All Known Implementing Classes:
RetryingRepositoryOperationFacadeImpl
public interface RetryingRepositoryOperationFacade
-
Method Summary
-
Method Details
-
call
<T> T call(org.eclipse.jgit.api.GitCommand<T> gitCommand) throws org.eclipse.jgit.api.errors.GitAPIException - Throws:
org.eclipse.jgit.api.errors.GitAPIException
-
call
- Throws:
Exception
-