Uses of Class
org.eclipse.jgit.transport.ReceiveCommand.Result
-
Packages that use ReceiveCommand.Result Package Description org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.internal.storage.reftree org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of ReceiveCommand.Result in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type ReceiveCommand.Result Modifier and Type Method Description private static void
PackedBatchRefUpdate. reject(ReceiveCommand cmd, ReceiveCommand.Result result, java.lang.String why, java.util.List<ReceiveCommand> commands)
private static void
PackedBatchRefUpdate. reject(ReceiveCommand cmd, ReceiveCommand.Result result, java.util.List<ReceiveCommand> commands)
-
Uses of ReceiveCommand.Result in org.eclipse.jgit.internal.storage.reftree
Fields in org.eclipse.jgit.internal.storage.reftree declared as ReceiveCommand.Result Modifier and Type Field Description private ReceiveCommand.Result
Command. result
Methods in org.eclipse.jgit.internal.storage.reftree that return ReceiveCommand.Result Modifier and Type Method Description ReceiveCommand.Result
Command. getResult()
Get result of executing this command.Methods in org.eclipse.jgit.internal.storage.reftree with parameters of type ReceiveCommand.Result Modifier and Type Method Description void
Command. setResult(ReceiveCommand.Result result)
Set the result of this command.void
Command. setResult(ReceiveCommand.Result result, java.lang.String why)
Set the result of this command.(package private) static RefUpdate.Result
RefTreeUpdate. translate(ReceiveCommand.Result r, RefUpdate.Result desiredResult)
-
Uses of ReceiveCommand.Result in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as ReceiveCommand.Result Modifier and Type Field Description private ReceiveCommand.Result
ReceiveCommand. status
Methods in org.eclipse.jgit.transport that return ReceiveCommand.Result Modifier and Type Method Description ReceiveCommand.Result
ReceiveCommand. getResult()
Get the current status code of this command.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 private RefUpdate.Result
TrackingRefUpdate.Command. decode(ReceiveCommand.Result status)
static java.util.List<ReceiveCommand>
ReceiveCommand. filter(java.lang.Iterable<ReceiveCommand> in, ReceiveCommand.Result want)
Filter a collection of commands according to result.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>
ReceivePack. 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.void
TrackingRefUpdate.Command. setResult(ReceiveCommand.Result status)
void
TrackingRefUpdate.Command. setResult(ReceiveCommand.Result status, java.lang.String msg)
-