Package | Description |
---|---|
org.eclipse.jgit.transport |
Modifier and Type | Method and Description |
---|---|
ReceiveCommand.Type |
ReceiveCommand.getType() |
static ReceiveCommand.Type |
ReceiveCommand.Type.valueOf(java.lang.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 and Description |
---|
ReceiveCommand(ObjectId oldId,
ObjectId newId,
java.lang.String name,
ReceiveCommand.Type type)
Create a new command for
BaseReceivePack . |
Copyright © 2012. All Rights Reserved.