Class KetchCustomReceivePack
- java.lang.Object
-
- org.eclipse.jgit.transport.ReceivePack
-
- org.uberfire.java.nio.fs.jgit.daemon.git.KetchCustomReceivePack
-
public class KetchCustomReceivePack extends org.eclipse.jgit.transport.ReceivePack
-
-
Constructor Summary
Constructors Constructor Description KetchCustomReceivePack(org.eclipse.jgit.lib.Repository into)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteCommands()voidsetAdvertisedRefs(Map<String,org.eclipse.jgit.lib.Ref> allRefs, Set<org.eclipse.jgit.lib.ObjectId> additionalHaves)-
Methods inherited from class org.eclipse.jgit.transport.ReceivePack
filterCommands, getAdvertisedObjects, getAdvertisedRefs, getAdvertiseRefsHook, getAllCommands, getMessageOutputStream, getPackSize, getPeerUserAgent, getPostReceiveHook, getPreReceiveHook, getPushCertificate, getPushOptions, getReceivedPackStatistics, getRefFilter, getRefLogIdent, getRepository, getRevWalk, getTimeout, getUnpackErrorHandler, hasReceivedPack, init, isAllowBranchDeletes, isAllowCreates, isAllowDeletes, isAllowNonFastForwards, isAllowPushOptions, isAllowQuiet, isAtomic, isBiDirectionalPipe, isCheckReceivedObjects, isCheckReferencedObjectsAreReachable, isExpectDataAfterPackFooter, isQuiet, isSideBand, receive, receivePackAndCheckConnectivity, receiveWithExceptionPropagation, sendAdvertisedRefs, sendError, sendMessage, setAdvertiseRefsHook, setAllowBranchDeletes, setAllowCreates, setAllowDeletes, setAllowNonFastForwards, setAllowPushOptions, setAllowQuiet, setAtomic, setBiDirectionalPipe, setCheckReceivedObjects, setCheckReferencedObjectsAreReachable, setEchoCommandFailures, setExpectDataAfterPackFooter, setMaxCommandBytes, setMaxCommandDiscardBytes, setMaxObjectSizeLimit, setMaxPackSizeLimit, setObjectChecker, setPostReceiveHook, setPreReceiveHook, setPushCertificate, setPushOptions, setReceiveCommandErrorHandler, setRefFilter, setRefLogIdent, setSignedPushConfig, setTimeout, setUnpackErrorHandler
-
-
-
-
Method Detail
-
setAdvertisedRefs
public void setAdvertisedRefs(Map<String,org.eclipse.jgit.lib.Ref> allRefs, Set<org.eclipse.jgit.lib.ObjectId> additionalHaves)
- Overrides:
setAdvertisedRefsin classorg.eclipse.jgit.transport.ReceivePack
-
executeCommands
protected void executeCommands()
- Overrides:
executeCommandsin classorg.eclipse.jgit.transport.ReceivePack
-
-