Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Class | 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 | Description |
---|---|---|
protected C |
TransportCommand.configure(TransportCommand childCommand) |
Configure a child command with the current configuration set in
this command |
Copyright © 2018. All rights reserved.