Uses of Class
org.eclipse.jgit.api.PullCommand
Packages that use PullCommand
-
Uses of PullCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return PullCommandModifier and TypeMethodDescriptionGit.pull()
Return a command object to execute aPull
commandPullCommand.setContentMergeStrategy
(ContentMergeStrategy strategy) Sets the content merge strategy to use if themerge strategy
is "resolve" or "recursive".PullCommand.setFastForward
(MergeCommand.FastForwardMode fastForwardMode) Set the fast forward mode.PullCommand.setProgressMonitor
(ProgressMonitor monitor) Set progress monitorPullCommand.setRebase
(boolean useRebase) Set if rebase should be used after fetching.PullCommand.setRebase
(BranchConfig.BranchRebaseMode rebaseMode) Sets theBranchConfig.BranchRebaseMode
to use after fetching.PullCommand.setRecurseSubmodules
(SubmoduleConfig.FetchRecurseSubmodulesMode recurse) Set the mode to be used for recursing into submodules.The remote (uri or name) to be used for the pull operation.PullCommand.setRemoteBranchName
(String remoteBranchName) The remote branch name to be used for the pull operation.PullCommand.setStrategy
(MergeStrategy strategy) Set the @{code MergeStrategy}Set the specification of annotated tag behavior during fetch