Class MergeCommand

  • All Implemented Interfaces:
    Callable<MergeResult>

    public class MergeCommand
    extends GitCommand<MergeResult>
    A class used to execute a Merge 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:
    Git documentation about Merge