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