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 CherryPickResult
CherryPickCommand. call()
RevCommit
CommitCommand. call()
MergeResult
MergeCommand. call()
RevCommit
RevertCommand. call()
java.util.Collection<java.lang.String>
SubmoduleUpdateCommand. call()
Execute the SubmoduleUpdateCommand command.Ref
TagCommand. call()
private RebaseResult
RebaseCommand. cherryPickCommit(RevCommit commitToPick)
private RebaseResult
RebaseCommand. cherryPickCommitFlattening(RevCommit commitToPick)
private RebaseResult
RebaseCommand. cherryPickCommitPreservingMerges(RevCommit commitToPick)
private void
MergeCommand. updateHead(java.lang.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, 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 RevCommit
BareSuperprojectWriter. commitTreeOnCurrentTip(ObjectInserter inserter, RevWalk rw, ObjectId treeId)
-