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()java.util.Collection<Ref>LsRemoteCommand. call()PullResultPullCommand. call()java.lang.Iterable<PushResult>PushCommand. call()java.util.Map<java.lang.String,Ref>LsRemoteCommand. callAsMap()Same asLsRemoteCommand.call(), but return Map instead of Collection.private java.util.Map<java.lang.String,Ref>LsRemoteCommand. execute()
-