Uses of Class
org.eclipse.jgit.api.PullCommand
-
Packages that use PullCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of PullCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return PullCommand Modifier and Type Method Description PullCommandGit. pull()Returns a command object to execute aPullcommandPullCommandPullCommand. setProgressMonitor(ProgressMonitor monitor)PullCommandPullCommand. setRebase(boolean useRebase)Set if rebase should be used after fetching.PullCommandPullCommand. setRemote(String remote)The remote (uri or name) to be used for the pull operation.PullCommandPullCommand. setRemoteBranchName(String remoteBranchName)The remote branch name to be used for the pull operation.PullCommandPullCommand. setStrategy(MergeStrategy strategy)
-