Uses of Enum Class
org.eclipse.jgit.transport.ReceiveCommand.Result
Packages that use ReceiveCommand.Result
Package
Description
File based repository storage.
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.ResultModifier and TypeMethodDescriptionprivate static voidPackedBatchRefUpdate.reject(ReceiveCommand cmd, ReceiveCommand.Result result, String why, List<ReceiveCommand> commands) private static voidPackedBatchRefUpdate.reject(ReceiveCommand cmd, ReceiveCommand.Result result, List<ReceiveCommand> commands) -
Uses of ReceiveCommand.Result in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as ReceiveCommand.ResultMethods in org.eclipse.jgit.transport that return ReceiveCommand.ResultModifier and TypeMethodDescriptionReceiveCommand.getResult()Get the current status code of this command.static ReceiveCommand.ResultReturns the enum constant of this class with the specified name.static ReceiveCommand.Result[]ReceiveCommand.Result.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.transport with parameters of type ReceiveCommand.ResultModifier and TypeMethodDescriptionprivate RefUpdate.ResultTrackingRefUpdate.Command.decode(ReceiveCommand.Result status) static List<ReceiveCommand>ReceiveCommand.filter(Iterable<ReceiveCommand> in, ReceiveCommand.Result want) Filter a collection of commands according to result.static List<ReceiveCommand>ReceiveCommand.filter(List<ReceiveCommand> commands, ReceiveCommand.Result want) Filter a list of commands according to result.protected List<ReceiveCommand>ReceivePack.filterCommands(ReceiveCommand.Result want) Filter the list of commands according to result.voidReceiveCommand.setResult(ReceiveCommand.Result s) Set the status of this command.voidReceiveCommand.setResult(ReceiveCommand.Result s, String m) Set the status of this command.voidTrackingRefUpdate.Command.setResult(ReceiveCommand.Result status) voidTrackingRefUpdate.Command.setResult(ReceiveCommand.Result status, String msg)