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.ObjectConfiguration for receive operations.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleanallowCreates(package private) booleanallowDeletes(package private) booleanallowNonFastForwards(package private) booleanallowOfsDelta(package private) booleanallowPushOptions(package private) longmaxCommandBytes(package private) longmaxDiscardBytes(package private) SignedPushConfigsignedPush
-
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)
-
-