Uses of Class
org.eclipse.jgit.api.CherryPickCommand
-
Packages that use CherryPickCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of CherryPickCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return CherryPickCommand Modifier and Type Method Description CherryPickCommand
Git. cherryPick()
Return a command object to execute acherry-pick
commandCherryPickCommand
CherryPickCommand. include(String name, AnyObjectId commit)
Include a commitCherryPickCommand
CherryPickCommand. include(AnyObjectId commit)
Include a commitCherryPickCommand
CherryPickCommand. include(Ref commit)
Include a reference to a commitCherryPickCommand
CherryPickCommand. setContentMergeStrategy(ContentMergeStrategy strategy)
Sets the content merge strategy to use if themerge strategy
is "resolve" or "recursive".CherryPickCommand
CherryPickCommand. setMainlineParentNumber(int mainlineParentNumber)
Set the (1-based) parent number to diff againstCherryPickCommand
CherryPickCommand. setNoCommit(boolean noCommit)
Allows cherry-picking changes without committing them.CherryPickCommand
CherryPickCommand. setOurCommitName(String ourCommitName)
Set the name that should be used in the "OURS" place for conflict markersCherryPickCommand
CherryPickCommand. setProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the cherry-pick operation.CherryPickCommand
CherryPickCommand. setReflogPrefix(String prefix)
Set the prefix to use in the reflog.CherryPickCommand
CherryPickCommand. setStrategy(MergeStrategy strategy)
Set theMergeStrategy
-