Uses of Enum Class
org.eclipse.jgit.transport.ReceiveCommand.Type
Packages that use ReceiveCommand.Type
-
Uses of ReceiveCommand.Type in org.eclipse.jgit.transport
Fields 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.Type
Returns 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.Methods in org.eclipse.jgit.transport with parameters of type ReceiveCommand.TypeModifier and TypeMethodDescription(package private) void
ReceiveCommand.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
.