Uses of Class
org.eclipse.jgit.transport.ReceiveCommand.Type
-
Packages that use ReceiveCommand.Type Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of ReceiveCommand.Type in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as ReceiveCommand.Type Modifier and Type Field Description private ReceiveCommand.Type
ReceiveCommand. type
Methods in org.eclipse.jgit.transport that return ReceiveCommand.Type Modifier and Type Method Description ReceiveCommand.Type
ReceiveCommand. getType()
Get the type of this command; seeReceiveCommand.Type
.static ReceiveCommand.Type
ReceiveCommand.Type. valueOf(java.lang.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.Methods in org.eclipse.jgit.transport with parameters of type ReceiveCommand.Type Modifier and Type Method Description (package private) void
ReceiveCommand. setType(ReceiveCommand.Type t)
Constructors in org.eclipse.jgit.transport with parameters of type ReceiveCommand.Type Constructor Description ReceiveCommand(ObjectId oldId, ObjectId newId, java.lang.String name, ReceiveCommand.Type type)
Create a new command forReceivePack
.
-