Package org.eclipse.jgit.transport
Class ReceivePack.ReceiveConfig
- java.lang.Object
-
- org.eclipse.jgit.transport.ReceivePack.ReceiveConfig
-
- Enclosing class:
- ReceivePack
private static class ReceivePack.ReceiveConfig extends java.lang.Object
Configuration for receive operations.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
allowCreates
(package private) boolean
allowDeletes
(package private) boolean
allowNonFastForwards
(package private) boolean
allowOfsDelta
(package private) boolean
allowPushOptions
(package private) long
maxCommandBytes
(package private) long
maxDiscardBytes
(package private) SignedPushConfig
signedPush
-
Constructor Summary
Constructors Constructor Description ReceiveConfig(Config config)
-
-
-
Field Detail
-
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
final SignedPushConfig signedPush
-
-
Constructor Detail
-
ReceiveConfig
ReceiveConfig(Config config)
-
-