Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method | Description |
---|---|---|
ReceiveCommand.Type |
ReceiveCommand.getType() |
|
static ReceiveCommand.Type |
ReceiveCommand.Type.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ReceiveCommand.Type[] |
ReceiveCommand.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
ReceiveCommand(ObjectId oldId,
ObjectId newId,
String name,
ReceiveCommand.Type type) |
Create a new command for
BaseReceivePack . |
Copyright © 2018. All rights reserved.