Uses of Class
org.eclipse.jgit.api.errors.ConcurrentRefUpdateException
-
Packages that use ConcurrentRefUpdateException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of ConcurrentRefUpdateException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw ConcurrentRefUpdateException Modifier and Type Method Description CherryPickResult
CherryPickCommand. call()
RevCommit
CommitCommand. call()
MergeResult
MergeCommand. call()
RevCommit
RevertCommand. call()
Collection<String>
SubmoduleUpdateCommand. call()
Execute the SubmoduleUpdateCommand command.Ref
TagCommand. call()
-