Uses of Class
org.eclipse.jgit.api.PullCommand
Packages that use PullCommand
-
Uses of PullCommand in org.eclipse.jgit.api
Subclasses with type arguments of type PullCommand in org.eclipse.jgit.apiMethods in org.eclipse.jgit.api that return PullCommandModifier and TypeMethodDescriptionGit.pull()Return a command object to execute aPullcommandPullCommand.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.BranchRebaseModeto 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