Uses of Enum Class
org.eclipse.jgit.transport.ReceiveCommand.Type
Packages that use ReceiveCommand.Type
-
Uses of ReceiveCommand.Type in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return ReceiveCommand.TypeModifier and TypeMethodDescriptionReceiveCommand.getType()Get the type of this command; seeReceiveCommand.Type.static ReceiveCommand.TypeReturns the enum constant of this class with the specified name.static ReceiveCommand.Type[]ReceiveCommand.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.jgit.transport with parameters of type ReceiveCommand.TypeModifierConstructorDescriptionReceiveCommand(ObjectId oldId, ObjectId newId, String name, ReceiveCommand.Type type) Create a new command forReceivePack.