Package org.eclipse.jgit.transport
Class ReceivePack.ReceiveConfig
java.lang.Object
org.eclipse.jgit.transport.ReceivePack.ReceiveConfig
- Enclosing class:
- ReceivePack
Configuration for receive operations.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final boolean(package private) final boolean(package private) final boolean(package private) final boolean(package private) final boolean(package private) final long(package private) final long(package private) final SignedPushConfig -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
allowCreates
final boolean allowCreates -
allowDeletes
final boolean allowDeletes -
allowNonFastForwards
final boolean allowNonFastForwards -
allowOfsDelta
final boolean allowOfsDelta -
allowPushOptions
final boolean allowPushOptions -
maxCommandBytes
final long maxCommandBytes -
maxDiscardBytes
final long maxDiscardBytes -
signedPush
-
-
Constructor Details
-
ReceiveConfig
ReceiveConfig(Config config)
-