Uses of Class
org.eclipse.jgit.transport.UploadPack.Option
-
Packages that use UploadPack.Option Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of UploadPack.Option in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return UploadPack.Option Modifier and Type Method Description static UploadPack.Option
UploadPack.Option. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UploadPack.Option[]
UploadPack.Option. 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 UploadPack.Option Modifier and Type Method Description private ObjectId
UploadPack. processHaveLines(java.util.List<ObjectId> peerHas, ObjectId last, PacketLineOut out, PackStatistics.Accumulator accumulator, UploadPack.Option option)
-