Uses of Enum
org.eclipse.jgit.transport.UploadPack.RequestPolicy
Packages that use UploadPack.RequestPolicy
-
Uses of UploadPack.RequestPolicy in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return UploadPack.RequestPolicyModifier and TypeMethodDescriptionUploadPack.getRequestPolicy()
Get policy used by the service to validate client requestsstatic UploadPack.RequestPolicy
Returns the enum constant of this type with the specified name.static UploadPack.RequestPolicy[]
UploadPack.RequestPolicy.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.RequestPolicyModifier and TypeMethodDescriptionvoid
UploadPack.setRequestPolicy
(UploadPack.RequestPolicy policy) Set the policy used to enforce validation of a client's want list.