Uses of Class
org.eclipse.jgit.api.errors.InvalidRefNameException
Packages that use InvalidRefNameException
Package
Description
High-level API commands (the porcelain of JGit).
Core API for repository, config, refs, object database.
-
Uses of InvalidRefNameException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw InvalidRefNameExceptionModifier and TypeMethodDescriptionCheckoutCommand.call()CreateBranchCommand.call()ReflogCommand.call()RenameBranchCommand.call()StashListCommand.call()private voidCheckoutCommand.processOptions()private voidCreateBranchCommand.processOptions()InitCommand.setInitialBranch(String branch) Set the initial branch of the new repository. -
Uses of InvalidRefNameException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw InvalidRefNameExceptionModifier and TypeMethodDescriptionBaseRepositoryBuilder.setInitialBranch(String branch) Set the initial branch of the new repository.