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
 List<ReceiveCommand> ReceivePack.getAllCommands()
           
 

Method parameters in org.eclipse.jgit.transport with type arguments of type ReceiveCommand
 void PostReceiveHook.onPostReceive(ReceivePack rp, Collection<ReceiveCommand> commands)
          Invoked after all commands are executed and status has been returned.
 void PreReceiveHook.onPreReceive(ReceivePack rp, Collection<ReceiveCommand> commands)
          Invoked just before commands are executed.
 



Copyright © 2011. All Rights Reserved.