|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transport.Operation | |
---|---|
org.eclipse.jgit.transport |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |