Uses of Class
org.eclipse.jgit.api.errors.InvalidRefNameException
-
Packages that use InvalidRefNameException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of InvalidRefNameException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw InvalidRefNameException Modifier and Type Method Description RefCheckoutCommand. call()RefCreateBranchCommand. call()java.util.Collection<ReflogEntry>ReflogCommand. call()RefRenameBranchCommand. call()java.util.Collection<RevCommit>StashListCommand. call()private voidCheckoutCommand. processOptions()private voidCreateBranchCommand. processOptions()
-