Uses of Class
org.eclipse.jgit.transport.ReceiveCommand

Packages that use ReceiveCommand
org.eclipse.jgit.transport   
 

Uses of ReceiveCommand in org.eclipse.jgit.transport
 

Methods in org.eclipse.jgit.transport that return types with arguments of type ReceiveCommand
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
static List<ReceiveCommand> ReceiveCommand.filter(List<ReceiveCommand> commands, ReceiveCommand.Result want)
          Filter a list of commands according to result.
 void PostReceiveHook.onPostReceive(ReceivePack rp, Collection<ReceiveCommand> commands)
          Invoked after all commands are executed and status has been returned.
 void PostReceiveHookChain.onPostReceive(ReceivePack rp, Collection<ReceiveCommand> commands)
           
 void PreReceiveHook.onPreReceive(ReceivePack rp, Collection<ReceiveCommand> commands)
          Invoked just before commands are executed.
 void PreReceiveHookChain.onPreReceive(ReceivePack rp, Collection<ReceiveCommand> commands)
           
 



Copyright © 2012. All Rights Reserved.