Uses of Class
org.eclipse.jgit.api.errors.InvalidConfigurationException
-
Packages that use InvalidConfigurationException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.lfs org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of InvalidConfigurationException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw InvalidConfigurationException Modifier and Type Method Description PullResult
PullCommand. call()
java.util.Collection<java.lang.String>
SubmoduleUpdateCommand. call()
Execute the SubmoduleUpdateCommand command.private void
FetchCommand. fetchSubmodules(FetchResult results)
-
Uses of InvalidConfigurationException in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs that throw InvalidConfigurationException Modifier and Type Method Description java.lang.Void
InstallBuiltinLfsCommand. call()
-
Uses of InvalidConfigurationException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw InvalidConfigurationException Modifier and Type Method Description static AbbrevConfig
AbbrevConfig. parseFromConfig(Repository repo)
Parse string value of core.abbrev git option for a given repository
-