Class RetryingRepositoryOperationFacadeImpl
java.lang.Object
org.craftercms.studio.impl.v2.repository.RetryingRepositoryOperationFacadeImpl
- All Implemented Interfaces:
RetryingRepositoryOperationFacade
public class RetryingRepositoryOperationFacadeImpl
extends Object
implements RetryingRepositoryOperationFacade
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RetryingRepositoryOperationFacadeImpl
public RetryingRepositoryOperationFacadeImpl()
-
-
Method Details
-
call
public <T> T call(org.eclipse.jgit.api.GitCommand<T> gitCommand) throws org.eclipse.jgit.api.errors.GitAPIException - Specified by:
callin interfaceRetryingRepositoryOperationFacade- Throws:
org.eclipse.jgit.api.errors.GitAPIException
-
call
- Specified by:
callin interfaceRetryingRepositoryOperationFacade- Throws:
Exception
-