Uses of Class
org.eclipse.jgit.api.errors.ConcurrentRefUpdateException
Packages that use ConcurrentRefUpdateException
Package
Description
High-level API commands (the porcelain of JGit).
-
Uses of ConcurrentRefUpdateException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw ConcurrentRefUpdateExceptionModifier and TypeMethodDescriptionCherryPickCommand.call()
CommitCommand.call()
MergeCommand.call()
RevertCommand.call()
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.TagCommand.call()
private RebaseResult
RebaseCommand.cherryPickCommit
(RevCommit commitToPick) private RebaseResult
RebaseCommand.cherryPickCommitFlattening
(RevCommit commitToPick) private RebaseResult
RebaseCommand.cherryPickCommitPreservingMerges
(RevCommit commitToPick) private void
MergeCommand.updateHead
(StringBuilder refLogMessage, ObjectId newHeadId, ObjectId oldHeadID) private void
CommitCommand.updateRef
(RepositoryState state, ObjectId headId, RevCommit revCommit, ObjectId commitId) private Ref
TagCommand.updateTagRef
(ObjectId tagId, RevWalk revWalk, String tagName, String newTagToString) -
Uses of ConcurrentRefUpdateException in org.eclipse.jgit.gitrepo
Methods in org.eclipse.jgit.gitrepo that throw ConcurrentRefUpdateExceptionModifier and TypeMethodDescriptionprivate RevCommit
BareSuperprojectWriter.commitTreeOnCurrentTip
(ObjectInserter inserter, RevWalk rw, ObjectId treeId)