public class RetryingRepositoryOperationFacadeImpl extends Object implements RetryingRepositoryOperationFacade
| Constructor and Description |
|---|
RetryingRepositoryOperationFacadeImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
call(Callable<T> gitCommand) |
<T> T |
call(org.eclipse.jgit.api.GitCommand<T> gitCommand) |
public RetryingRepositoryOperationFacadeImpl()
public <T> T call(org.eclipse.jgit.api.GitCommand<T> gitCommand)
throws org.eclipse.jgit.api.errors.GitAPIException
call in interface RetryingRepositoryOperationFacadeorg.eclipse.jgit.api.errors.GitAPIExceptionpublic <T> T call(Callable<T> gitCommand) throws Exception
call in interface RetryingRepositoryOperationFacadeExceptionCopyright © 2023 CrafterCMS. All rights reserved.