Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Class and Description |
---|---|
class |
CloneCommand
Clone a repository into a new working directory
|
class |
FetchCommand
A class used to execute a
Fetch command. |
class |
LsRemoteCommand
The ls-remote command
|
class |
PullCommand
The Pull command
|
class |
PushCommand
A class used to execute a
Push command. |
class |
SubmoduleAddCommand
A class used to execute a submodule add command.
|
class |
SubmoduleUpdateCommand
A class used to execute a submodule update command.
|
Modifier and Type | Method and Description |
---|---|
protected C |
TransportCommand.configure(TransportCommand childCommand)
Configure a child command with the current configuration set in
this command |
Copyright © 2018 Eclipse JGit Project. All rights reserved.