Class CherryPickCommand

java.lang.Object
org.eclipse.jgit.api.GitCommand<CherryPickResult>
org.eclipse.jgit.api.CherryPickCommand
All Implemented Interfaces:
Callable<CherryPickResult>

public class CherryPickCommand extends GitCommand<CherryPickResult>
A class used to execute a cherry-pick command. It has setters for all supported options and arguments of this command and a call() method to finally execute the command. Each instance of this class should only be used for one invocation of the command (means: one call to call())
See Also: