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 RetryingRepositoryOperationFacade
org.eclipse.jgit.api.errors.GitAPIException
public <T> T call(Callable<T> gitCommand) throws Exception
call
in interface RetryingRepositoryOperationFacade
Exception
Copyright © 2023 CrafterCMS. All rights reserved.