Uses of Class
org.eclipse.jgit.api.errors.TransportException

Packages that use TransportException
org.eclipse.jgit.api   
 

Uses of TransportException in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that throw TransportException
 Git CloneCommand.call()
          Executes the Clone command.
 PullResult PullCommand.call()
          Executes the Pull command with all the options and parameters collected by the setter methods (e.g.
 Iterable<PushResult> PushCommand.call()
          Executes the push command with all the options and parameters collected by the setter methods of this class.
 FetchResult FetchCommand.call()
          Executes the fetch command with all the options and parameters collected by the setter methods of this class.
 Collection<Ref> LsRemoteCommand.call()
          Executes the LsRemote command with all the options and parameters collected by the setter methods (e.g.
 



Copyright © 2012. All Rights Reserved.