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()
Returns a command object to execute acherry-pick
commandCherryPickCommand
CherryPickCommand. include(java.lang.String name, AnyObjectId commit)
CherryPickCommand
CherryPickCommand. include(AnyObjectId commit)
CherryPickCommand
CherryPickCommand. include(Ref commit)
CherryPickCommand
CherryPickCommand. setMainlineParentNumber(int mainlineParentNumber)
CherryPickCommand
CherryPickCommand. setNoCommit(boolean noCommit)
Allows cherry-picking changes without committing them.CherryPickCommand
CherryPickCommand. setOurCommitName(java.lang.String ourCommitName)
CherryPickCommand
CherryPickCommand. setReflogPrefix(java.lang.String prefix)
Set the prefix to use in the reflog.CherryPickCommand
CherryPickCommand. setStrategy(MergeStrategy strategy)
-