Class DtRebaseCommand

java.lang.Object
org.eclipse.jgit.api.GitCommand<org.eclipse.jgit.api.RebaseResult>
org.eclipse.jgit.api.RebaseCommand
com._1c.g5.v8.dt.compare.git.pull.DtRebaseCommand
All Implemented Interfaces:
Callable<org.eclipse.jgit.api.RebaseResult>

public class DtRebaseCommand extends org.eclipse.jgit.api.RebaseCommand
The extension of RebaseCommand which provides public constructor for the class
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.eclipse.jgit.api.RebaseCommand

    org.eclipse.jgit.api.RebaseCommand.InteractiveHandler, org.eclipse.jgit.api.RebaseCommand.InteractiveHandler2, org.eclipse.jgit.api.RebaseCommand.Operation
  • Field Summary

    Fields inherited from class org.eclipse.jgit.api.RebaseCommand

    REBASE_MERGE, STOPPED_SHA

    Fields inherited from class org.eclipse.jgit.api.GitCommand

    repo
  • Constructor Summary

    Constructors
    Constructor
    Description
    DtRebaseCommand(org.eclipse.jgit.lib.Repository repo)
    Creates a new instance with the given parameter.
  • Method Summary

    Methods inherited from class org.eclipse.jgit.api.RebaseCommand

    call, runInteractively, runInteractively, setContentMergeStrategy, setOperation, setPreserveMerges, setProgressMonitor, setStrategy, setUpstream, setUpstream, setUpstream, setUpstreamName, tryFastForward

    Methods inherited from class org.eclipse.jgit.api.GitCommand

    checkCallable, getRepository, setCallable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DtRebaseCommand

      public DtRebaseCommand(org.eclipse.jgit.lib.Repository repo)
      Creates a new instance with the given parameter.
      Parameters:
      repo - the Git repository, cannot be null