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).org.eclipse.jgit.gitrepo -
-
Uses of ConcurrentRefUpdateException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw ConcurrentRefUpdateException Modifier and Type Method Description CherryPickResultCherryPickCommand. call()RevCommitCommitCommand. call()MergeResultMergeCommand. call()RevCommitRevertCommand. call()java.util.Collection<java.lang.String>SubmoduleUpdateCommand. call()Execute the SubmoduleUpdateCommand command.RefTagCommand. call()private RebaseResultRebaseCommand. cherryPickCommit(RevCommit commitToPick)private RebaseResultRebaseCommand. cherryPickCommitFlattening(RevCommit commitToPick)private RebaseResultRebaseCommand. cherryPickCommitPreservingMerges(RevCommit commitToPick)private voidMergeCommand. updateHead(java.lang.StringBuilder refLogMessage, ObjectId newHeadId, ObjectId oldHeadID)private voidCommitCommand. updateRef(RepositoryState state, ObjectId headId, RevCommit revCommit, ObjectId commitId)private RefTagCommand. updateTagRef(ObjectId tagId, RevWalk revWalk, java.lang.String tagName, java.lang.String newTagToString) -
Uses of ConcurrentRefUpdateException in org.eclipse.jgit.gitrepo
Methods in org.eclipse.jgit.gitrepo that throw ConcurrentRefUpdateException Modifier and Type Method Description private RevCommitBareSuperprojectWriter. commitTreeOnCurrentTip(ObjectInserter inserter, RevWalk rw, ObjectId treeId)
-