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).org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of InvalidRefNameException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw InvalidRefNameException Modifier and Type Method Description Ref
CheckoutCommand. call()
Ref
CreateBranchCommand. call()
Collection<ReflogEntry>
ReflogCommand. call()
Ref
RenameBranchCommand. call()
Collection<RevCommit>
StashListCommand. call()
InitCommand
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 InvalidRefNameException Modifier and Type Method Description B
BaseRepositoryBuilder. setInitialBranch(String branch)
Set the initial branch of the new repository.
-