Uses of Enum
org.eclipse.jgit.transport.UploadPack.RequestPolicy
Packages that use UploadPack.RequestPolicy
-
Uses of UploadPack.RequestPolicy in org.eclipse.jgit.transport
Subclasses with type arguments of type UploadPack.RequestPolicy in org.eclipse.jgit.transportModifier and TypeClassDescriptionstatic enumPolicy the server uses to validate client requestsMethods in org.eclipse.jgit.transport that return UploadPack.RequestPolicyModifier and TypeMethodDescriptionUploadPack.getRequestPolicy()Get policy used by the service to validate client requestsstatic UploadPack.RequestPolicyReturns 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 TypeMethodDescriptionvoidUploadPack.setRequestPolicy(UploadPack.RequestPolicy policy) Set the policy used to enforce validation of a client's want list.