Uses of Enum
org.eclipse.jgit.transport.ReceiveCommand.Type
Packages that use ReceiveCommand.Type
-
Uses of ReceiveCommand.Type in org.eclipse.jgit.transport
Subclasses with type arguments of type ReceiveCommand.Type in org.eclipse.jgit.transportFields in org.eclipse.jgit.transport declared as ReceiveCommand.TypeMethods 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 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.Methods in org.eclipse.jgit.transport with parameters of type ReceiveCommand.TypeModifier and TypeMethodDescription(package private) voidReceiveCommand.setType(ReceiveCommand.Type t) 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.