Uses of Enum Class
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.RequestPolicyReturns the enum constant of this class with the specified name.static UploadPack.RequestPolicy[]UploadPack.RequestPolicy.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.RequestPolicyModifier and TypeMethodDescriptionbooleanUploadPack.RequestPolicy.implies(UploadPack.RequestPolicy implied) Check if the current policy implies another, based on its bitmask.voidUploadPack.setRequestPolicy(UploadPack.RequestPolicy policy) Set the policy used to enforce validation of a client's want list.