|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReceiveCommand.Type | |
|---|---|
| org.eclipse.jgit.transport | Transport (fetch/push) for different protocols. |
| Uses of ReceiveCommand.Type in org.eclipse.jgit.transport |
|---|
| Methods in org.eclipse.jgit.transport that return ReceiveCommand.Type | |
|---|---|
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. |
| Constructors in org.eclipse.jgit.transport with parameters of type ReceiveCommand.Type | |
|---|---|
ReceiveCommand(ObjectId oldId,
ObjectId newId,
java.lang.String name,
ReceiveCommand.Type type)
Create a new command for BaseReceivePack. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||