Uses of Class
org.eclipse.jgit.transport.ReceiveCommand
-
Packages that use ReceiveCommand Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of ReceiveCommand in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return types with arguments of type ReceiveCommand Modifier and Type Method Description List<ReceiveCommand>BatchRefUpdate. getCommands()Methods in org.eclipse.jgit.lib with parameters of type ReceiveCommand Modifier and Type Method Description BatchRefUpdateBatchRefUpdate. addCommand(ReceiveCommand cmd)Add a single command to this batch update.BatchRefUpdateBatchRefUpdate. addCommand(ReceiveCommand... cmd)Add commands to this batch update.protected RefUpdateBatchRefUpdate. newUpdate(ReceiveCommand cmd)Create a new RefUpdate copying the batch settings.Method parameters in org.eclipse.jgit.lib with type arguments of type ReceiveCommand Modifier and Type Method Description BatchRefUpdateBatchRefUpdate. addCommand(Collection<ReceiveCommand> cmd)Add commands to this batch update. -
Uses of ReceiveCommand in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return ReceiveCommand Modifier and Type Method Description ReceiveCommandTrackingRefUpdate. asReceiveCommand()Methods in org.eclipse.jgit.transport that return types with arguments of type ReceiveCommand Modifier and Type Method Description static List<ReceiveCommand>ReceiveCommand. filter(List<ReceiveCommand> commands, ReceiveCommand.Result want)Filter a list of commands according to result.protected List<ReceiveCommand>BaseReceivePack. filterCommands(ReceiveCommand.Result want)Filter the list of commands according to result.List<ReceiveCommand>BaseReceivePack. getAllCommands()Method parameters in org.eclipse.jgit.transport with type arguments of type ReceiveCommand Modifier and Type Method Description static List<ReceiveCommand>ReceiveCommand. filter(List<ReceiveCommand> commands, ReceiveCommand.Result want)Filter a list of commands according to result.voidPostReceiveHook. onPostReceive(ReceivePack rp, Collection<ReceiveCommand> commands)Invoked after all commands are executed and status has been returned.voidPostReceiveHookChain. onPostReceive(ReceivePack rp, Collection<ReceiveCommand> commands)voidPreReceiveHook. onPreReceive(ReceivePack rp, Collection<ReceiveCommand> commands)Invoked just before commands are executed.voidPreReceiveHookChain. onPreReceive(ReceivePack rp, Collection<ReceiveCommand> commands)
-