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 SummaryNested classes/interfaces inherited from class org.eclipse.jgit.api.RebaseCommandorg.eclipse.jgit.api.RebaseCommand.InteractiveHandler, org.eclipse.jgit.api.RebaseCommand.InteractiveHandler2, org.eclipse.jgit.api.RebaseCommand.Operation
- 
Field SummaryFields inherited from class org.eclipse.jgit.api.RebaseCommandREBASE_MERGE, STOPPED_SHAFields inherited from class org.eclipse.jgit.api.GitCommandrepo
- 
Constructor SummaryConstructorsConstructorDescriptionDtRebaseCommand(org.eclipse.jgit.lib.Repository repo) Creates a new instance with the given parameter.
- 
Method SummaryMethods inherited from class org.eclipse.jgit.api.RebaseCommandcall, runInteractively, runInteractively, setContentMergeStrategy, setOperation, setPreserveMerges, setProgressMonitor, setStrategy, setUpstream, setUpstream, setUpstream, setUpstreamName, tryFastForwardMethods inherited from class org.eclipse.jgit.api.GitCommandcheckCallable, getRepository, setCallable
- 
Constructor Details- 
DtRebaseCommandpublic DtRebaseCommand(org.eclipse.jgit.lib.Repository repo) Creates a new instance with the given parameter.- Parameters:
- repo- the Git repository, cannot be- null
 
 
-