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, transportConfigCallback

    Fields inherited from class org.eclipse.jgit.api.GitCommand

    repo
  • 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

    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, setUnshallow

    Methods inherited from class org.eclipse.jgit.api.TransportCommand

    configure, configure, self, setCredentialsProvider, setTimeout, setTransportConfigCallback

    Methods inherited from class org.eclipse.jgit.api.GitCommand

    checkCallable, getRepository, setCallable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 be null