Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
PullCommand |
Git.pull()
Returns a command object to execute a
Pull command |
PullCommand |
PullCommand.setProgressMonitor(ProgressMonitor monitor) |
PullCommand |
PullCommand.setRebase(boolean useRebase)
Set if rebase should be used after fetching.
|
PullCommand |
PullCommand.setRebase(BranchConfig.BranchRebaseMode rebaseMode)
Sets the
BranchConfig.BranchRebaseMode to use after fetching. |
PullCommand |
PullCommand.setRecurseSubmodules(SubmoduleConfig.FetchRecurseSubmodulesMode recurse)
Set the mode to be used for recursing into submodules.
|
PullCommand |
PullCommand.setRemote(String remote)
The remote (uri or name) to be used for the pull operation.
|
PullCommand |
PullCommand.setRemoteBranchName(String remoteBranchName)
The remote branch name to be used for the pull operation.
|
PullCommand |
PullCommand.setStrategy(MergeStrategy strategy) |
PullCommand |
PullCommand.setTagOpt(TagOpt tagOpt)
Sets the specification of annotated tag behavior during fetch
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.