Uses of Enum Class
org.eclipse.jgit.transport.UploadPack.Option
Packages that use UploadPack.Option
-
Uses of UploadPack.Option in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return UploadPack.OptionModifier and TypeMethodDescriptionstatic UploadPack.Option
Returns the enum constant of this class with the specified name.static UploadPack.Option[]
UploadPack.Option.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 UploadPack.OptionModifier and TypeMethodDescriptionprivate ObjectId
UploadPack.processHaveLines
(List<ObjectId> peerHas, ObjectId last, PacketLineOut out, PackStatistics.Accumulator accumulator, UploadPack.Option option)