Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Interface | 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 | 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 © 2018. All rights reserved.