Interface RetryingRepositoryOperationFacade

All Known Implementing Classes:
RetryingRepositoryOperationFacadeImpl

public interface RetryingRepositoryOperationFacade
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    call(Callable<T> gitCommand)
     
    <T> T
    call(org.eclipse.jgit.api.GitCommand<T> gitCommand)
     
  • 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

      <T> T call(Callable<T> gitCommand) throws Exception
      Throws:
      Exception