Package | Description |
---|---|
org.eclipse.jgit.transport |
Modifier and Type | Method and Description |
---|---|
ReceiveCommand.Result |
ReceiveCommand.getResult() |
static ReceiveCommand.Result |
ReceiveCommand.Result.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReceiveCommand.Result[] |
ReceiveCommand.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReceiveCommand.setResult(ReceiveCommand.Result s)
Set the status of this command.
|
void |
ReceiveCommand.setResult(ReceiveCommand.Result s,
java.lang.String m)
Set the status of this command.
|
Copyright © 2012. All Rights Reserved.