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 |
---|---|
static BranchConfig.BranchRebaseMode |
PullCommand.getRebaseMode(String branchName,
Config config)
Reads the rebase mode to use for a pull command from the repository
configuration.
|
Modifier and Type | Method and Description |
---|---|
PullCommand |
PullCommand.setRebase(BranchConfig.BranchRebaseMode rebaseMode)
Sets the
BranchConfig.BranchRebaseMode to
use after fetching. |
Modifier and Type | Method and Description |
---|---|
BranchConfig.BranchRebaseMode |
BranchConfig.getRebaseMode()
Retrieves the config value of branch.[name].rebase.
|
static BranchConfig.BranchRebaseMode |
BranchConfig.BranchRebaseMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BranchConfig.BranchRebaseMode[] |
BranchConfig.BranchRebaseMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.