Uses of Class
org.eclipse.jgit.errors.AmbiguousObjectException
Packages that use AmbiguousObjectException
Package
Description
High-level API commands (the porcelain of JGit).
Core API for repository, config, refs, object database.
-
Uses of AmbiguousObjectException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw AmbiguousObjectExceptionModifier and TypeMethodDescriptionprivate ObjectId
CheckoutCommand.getStartPointObjectId()
private ObjectId
CreateBranchCommand.getStartPointObjectId()
-
Uses of AmbiguousObjectException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw AmbiguousObjectExceptionModifier and TypeMethodDescriptionParse a git revision string and return an object id.private ObjectId
Repository.resolveAbbreviation
(String revstr) Simplify an expression, but unlikeRepository.resolve(String)
it will not resolve a branch passed or resulting from the expression, such as @{-}. -
Uses of AmbiguousObjectException in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm that throw AmbiguousObjectException