Uses of Class
org.eclipse.jgit.api.errors.InvalidRemoteException
-
Packages that use InvalidRemoteException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of InvalidRemoteException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw InvalidRemoteException Modifier and Type Method Description GitCloneCommand. call()FetchResultFetchCommand. call()Collection<Ref>LsRemoteCommand. call()PullResultPullCommand. call()Iterable<PushResult>PushCommand. call()Map<String,Ref>LsRemoteCommand. callAsMap()Same asLsRemoteCommand.call(), but return Map instead of Collection.
-