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 RebaseResultRebaseCommand.cherryPickCommit(RevCommit commitToPick) private RebaseResultRebaseCommand.cherryPickCommitFlattening(RevCommit commitToPick) private RebaseResultRebaseCommand.cherryPickCommitPreservingMerges(RevCommit commitToPick) private voidMergeCommand.updateHead(StringBuilder refLogMessage, ObjectId newHeadId, ObjectId oldHeadID) private voidCommitCommand.updateRef(RepositoryState state, ObjectId headId, RevCommit revCommit, ObjectId commitId) private RefTagCommand.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 RevCommitBareSuperprojectWriter.commitTreeOnCurrentTip(ObjectInserter inserter, RevWalk rw, ObjectId treeId)