Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FetchConnection
Lists known refs from the remote and copies objects of selected refs.
|
interface |
PushConnection
Lists known refs from the remote and sends objects to the remote.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseConnection
Base helper class for implementing operations connections.
|
class |
BasePackFetchConnection
Fetch implementation using the native Git pack transfer service.
|
class |
BasePackPushConnection
Push implementation using the native Git pack transfer service.
|
Copyright © 2013. All rights reserved.