Class DtFetchCommand
- java.lang.Object
-
- org.eclipse.jgit.api.GitCommand<T>
-
- org.eclipse.jgit.api.TransportCommand<org.eclipse.jgit.api.FetchCommand,org.eclipse.jgit.transport.FetchResult>
-
- org.eclipse.jgit.api.FetchCommand
-
- com._1c.g5.v8.dt.compare.git.pull.DtFetchCommand
-
- All Implemented Interfaces:
Callable<org.eclipse.jgit.transport.FetchResult>
public class DtFetchCommand extends org.eclipse.jgit.api.FetchCommand
The extension ofFetchCommand
which provides public constructor for the class
-
-
Constructor Summary
Constructors Constructor Description DtFetchCommand(org.eclipse.jgit.lib.Repository repository)
Creates a new instance with the given parameter.
-
Method Summary
-
Methods inherited from class org.eclipse.jgit.api.FetchCommand
call, getProgressMonitor, getRefSpecs, getRemote, getTimeout, isCheckFetchedObjects, isDryRun, isForceUpdate, isRemoveDeletedRefs, isThin, setCallback, setCheckFetchedObjects, setDryRun, setForceUpdate, setProgressMonitor, setRecurseSubmodules, setRefSpecs, setRefSpecs, setRefSpecs, setRemote, setRemoveDeletedRefs, setTagOpt, setThin
-
Methods inherited from class org.eclipse.jgit.api.TransportCommand
configure, configure, self, setCredentialsProvider, setTimeout, setTransportConfigCallback
-
-