Class 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

        call, getProgressMonitor, getRefSpecs, getRemote, getTimeout, isCheckFetchedObjects, isDryRun, isForceUpdate, isRemoveDeletedRefs, isThin, setCallback, setCheckFetchedObjects, setDryRun, setForceUpdate, setInitialBranch, setProgressMonitor, setRecurseSubmodules, setRefSpecs, setRefSpecs, setRefSpecs, setRemote, setRemoveDeletedRefs, setTagOpt, setThin
      • 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
    • Constructor Detail

      • 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