Class 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.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, setOperation, setPreserveMerges, setProgressMonitor, setStrategy, setUpstream, setUpstream, setUpstream, setUpstreamName, tryFastForward
      • Methods inherited from class org.eclipse.jgit.api.GitCommand

        checkCallable, getRepository, setCallable
    • Constructor Detail

      • 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