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()Return a command object to execute acherry-pickcommandCherryPickCommandCherryPickCommand. include(String name, AnyObjectId commit)Include a commitCherryPickCommandCherryPickCommand. include(AnyObjectId commit)Include a commitCherryPickCommandCherryPickCommand. include(Ref commit)Include a reference to a commitCherryPickCommandCherryPickCommand. setContentMergeStrategy(ContentMergeStrategy strategy)Sets the content merge strategy to use if themerge strategyis "resolve" or "recursive".CherryPickCommandCherryPickCommand. setMainlineParentNumber(int mainlineParentNumber)Set the (1-based) parent number to diff againstCherryPickCommandCherryPickCommand. setNoCommit(boolean noCommit)Allows cherry-picking changes without committing them.CherryPickCommandCherryPickCommand. setOurCommitName(String ourCommitName)Set the name that should be used in the "OURS" place for conflict markersCherryPickCommandCherryPickCommand. setProgressMonitor(ProgressMonitor monitor)The progress monitor associated with the cherry-pick operation.CherryPickCommandCherryPickCommand. setReflogPrefix(String prefix)Set the prefix to use in the reflog.CherryPickCommandCherryPickCommand. setStrategy(MergeStrategy strategy)Set theMergeStrategy
-