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 ofRebaseCommand
which provides public constructor for the class
-
-
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
-
-