Uses of Enum
org.eclipse.jgit.transport.Transport.Operation
Packages that use Transport.Operation
-
Uses of Transport.Operation in org.eclipse.jgit.transport
Subclasses with type arguments of type Transport.Operation in org.eclipse.jgit.transportModifier and TypeClassDescriptionstatic enumType of operation a Transport is being opened for.Methods in org.eclipse.jgit.transport that return Transport.OperationModifier and TypeMethodDescriptionstatic Transport.OperationReturns 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 TransportTransport.open(Repository local, String remote, Transport.Operation op) Open a new transport instance to connect two repositories.static TransportTransport.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.