Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Method and Description |
---|---|
PullCommand |
PullCommand.setRecurseSubmodules(SubmoduleConfig.FetchRecurseSubmodulesMode recurse)
Set the mode to be used for recursing into submodules.
|
FetchCommand |
FetchCommand.setRecurseSubmodules(SubmoduleConfig.FetchRecurseSubmodulesMode recurse)
Set the mode to be used for recursing into submodules.
|
Modifier and Type | Method and Description |
---|---|
static SubmoduleConfig.FetchRecurseSubmodulesMode |
SubmoduleConfig.FetchRecurseSubmodulesMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubmoduleConfig.FetchRecurseSubmodulesMode[] |
SubmoduleConfig.FetchRecurseSubmodulesMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.