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()Return a command object to execute aPullcommandPullCommandPullCommand. setContentMergeStrategy(ContentMergeStrategy strategy)Sets the content merge strategy to use if themerge strategyis "resolve" or "recursive".PullCommandPullCommand. setFastForward(MergeCommand.FastForwardMode fastForwardMode)Set the fast forward mode.PullCommandPullCommand. setProgressMonitor(ProgressMonitor monitor)Set progress monitorPullCommandPullCommand. setRebase(boolean useRebase)Set if rebase should be used after fetching.PullCommandPullCommand. setRebase(BranchConfig.BranchRebaseMode rebaseMode)Sets theBranchConfig.BranchRebaseModeto use after fetching.PullCommandPullCommand. setRecurseSubmodules(SubmoduleConfig.FetchRecurseSubmodulesMode recurse)Set the mode to be used for recursing into submodules.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)Set the @{code MergeStrategy}PullCommandPullCommand. setTagOpt(TagOpt tagOpt)Set the specification of annotated tag behavior during fetch
-