Uses of Enum
org.eclipse.jgit.transport.Transport.Operation
Packages that use Transport.Operation
-
Uses of Transport.Operation in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return Transport.OperationModifier and TypeMethodDescriptionstatic Transport.Operation
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.OperationModifier and TypeMethodDescriptionTransport.getURIs
(RemoteConfig cfg, Transport.Operation op) static Transport
Transport.open
(Repository local, String remote, Transport.Operation op) Open a new transport instance to connect two repositories.static Transport
Transport.open
(Repository local, RemoteConfig cfg, Transport.Operation op) Open a new transport instance to connect two repositories.Transport.openAll
(Repository local, String remote, Transport.Operation op) Open new transport instances to connect two repositories.Transport.openAll
(Repository local, RemoteConfig cfg, Transport.Operation op) Open new transport instances to connect two repositories.