|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReceiveCommand.Result | |
|---|---|
| org.eclipse.jgit.transport | |
| Uses of ReceiveCommand.Result in org.eclipse.jgit.transport |
|---|
| Methods in org.eclipse.jgit.transport that return ReceiveCommand.Result | |
|---|---|
ReceiveCommand.Result |
ReceiveCommand.getResult()
|
static ReceiveCommand.Result |
ReceiveCommand.Result.valueOf(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. |
| Methods in org.eclipse.jgit.transport with parameters of type ReceiveCommand.Result | |
|---|---|
void |
ReceiveCommand.setResult(ReceiveCommand.Result s)
Set the status of this command. |
void |
ReceiveCommand.setResult(ReceiveCommand.Result s,
String m)
Set the status of this command. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||