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 of
FetchCommand which provides public constructor for the class-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jgit.api.FetchCommand
org.eclipse.jgit.api.FetchCommand.Callback -
Field Summary
Fields inherited from class org.eclipse.jgit.api.TransportCommand
credentialsProvider, timeout, transportConfigCallbackFields inherited from class org.eclipse.jgit.api.GitCommand
repo -
Constructor Summary
ConstructorsConstructorDescriptionDtFetchCommand(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
addShallowExclude, addShallowExclude, call, getProgressMonitor, getRefSpecs, getRemote, getTimeout, isCheckFetchedObjects, isDryRun, isForceUpdate, isRemoveDeletedRefs, isThin, setCallback, setCheckFetchedObjects, setDepth, setDryRun, setForceUpdate, setInitialBranch, setProgressMonitor, setRecurseSubmodules, setRefSpecs, setRefSpecs, setRefSpecs, setRemote, setRemoveDeletedRefs, setShallowSince, setShallowSince, setTagOpt, setThin, setUnshallowMethods inherited from class org.eclipse.jgit.api.TransportCommand
configure, configure, self, setCredentialsProvider, setTimeout, setTransportConfigCallbackMethods inherited from class org.eclipse.jgit.api.GitCommand
checkCallable, getRepository, setCallable
-
Constructor Details
-
DtFetchCommand
public DtFetchCommand(org.eclipse.jgit.lib.Repository repository) Creates a new instance with the given parameter.- Parameters:
repository- the Git repository, cannot benull
-