Uses of Class
org.eclipse.jgit.transport.Transport.Operation

Packages that use Transport.Operation
org.eclipse.jgit.transport Transport (fetch/push) for different protocols. 
 

Uses of Transport.Operation in org.eclipse.jgit.transport
 

Methods in org.eclipse.jgit.transport that return Transport.Operation
static Transport.Operation Transport.Operation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Transport.Operation[] Transport.Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jgit.transport with parameters of type Transport.Operation
static Transport Transport.open(Repository local, RemoteConfig cfg, Transport.Operation op)
          Open a new transport instance to connect two repositories.
static Transport Transport.open(Repository local, String remote, Transport.Operation op)
          Open a new transport instance to connect two repositories.
static List<Transport> Transport.openAll(Repository local, RemoteConfig cfg, Transport.Operation op)
          Open new transport instances to connect two repositories.
static List<Transport> Transport.openAll(Repository local, String remote, Transport.Operation op)
          Open new transport instances to connect two repositories.
 



Copyright © 2013. All Rights Reserved.