Java org.eclipse.jgit.api PullCommand fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.api PullCommand fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.api PullCommand.

The text is from its open source code.

Method

PullResultcall()

Execute the Pull command with all the options and parameters collected by the setter methods (e.g.

BranchRebaseModegetRebaseMode(String branchName, Config config)
Reads the rebase mode to use for a pull command from the repository configuration.
PullCommandsetProgressMonitor(ProgressMonitor monitor)
Set progress monitor
PullCommandsetRebase(boolean useRebase)
Set if rebase should be used after fetching.
PullCommandsetRebase(BranchRebaseMode rebaseMode)
Sets the org.eclipse.jgit.lib.BranchConfig.BranchRebaseMode to use after fetching.
PullCommandsetRemote(String remote)
The remote (uri or name) to be used for the pull operation.
PullCommandsetRemoteBranchName(String remoteBranchName)
The remote branch name to be used for the pull operation.
PullCommandsetStrategy(MergeStrategy strategy)
Set the @{code MergeStrategy}