Uses of Class
org.eclipse.jgit.transport.ReceiveCommand.Result
-
Packages that use ReceiveCommand.Result Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of ReceiveCommand.Result in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return ReceiveCommand.Result Modifier and Type Method 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.Methods in org.eclipse.jgit.transport with parameters of type ReceiveCommand.Result Modifier and Type Method Description static java.util.List<ReceiveCommand>
ReceiveCommand. filter(java.util.List<ReceiveCommand> commands, ReceiveCommand.Result want)
Filter a list of commands according to result.protected java.util.List<ReceiveCommand>
BaseReceivePack. filterCommands(ReceiveCommand.Result want)
Filter the list of commands according to result.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.
-