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

Packages that use ReceiveCommand.Type
org.eclipse.jgit.transport   
 

Uses of ReceiveCommand.Type in org.eclipse.jgit.transport
 

Methods in org.eclipse.jgit.transport that return ReceiveCommand.Type
 ReceiveCommand.Type ReceiveCommand.getType()
           
static ReceiveCommand.Type ReceiveCommand.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReceiveCommand.Type[] ReceiveCommand.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.eclipse.jgit.transport with parameters of type ReceiveCommand.Type
ReceiveCommand(ObjectId oldId, ObjectId newId, String name, ReceiveCommand.Type type)
          Create a new command for BaseReceivePack.
 



Copyright © 2012. All Rights Reserved.