|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidRemoteException | |
|---|---|
| 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 | |
|---|---|
FetchResult |
FetchCommand.call()
Executes the fetch command with all the options and parameters
collected by the setter methods of this class. |
PullResult |
PullCommand.call()
Executes the Pull command with all the options and parameters
collected by the setter methods (e.g. |
java.util.Collection<Ref> |
LsRemoteCommand.call()
Executes the LsRemote command with all the options and parameters
collected by the setter methods (e.g. |
java.lang.Iterable<PushResult> |
PushCommand.call()
Executes the push command with all the options and parameters
collected by the setter methods of this class. |
Git |
CloneCommand.call()
Executes the Clone command. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||