Class KetchCustomReceivePack


  • public class KetchCustomReceivePack
    extends org.eclipse.jgit.transport.ReceivePack
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.jgit.transport.ReceivePack

        org.eclipse.jgit.transport.ReceivePack.FirstLine
    • Field Summary

      • Fields inherited from class org.eclipse.jgit.transport.ReceivePack

        connectivityChecker
    • 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 void executeCommands()  
      void setAdvertisedRefs​(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
    • Constructor Detail

      • KetchCustomReceivePack

        public KetchCustomReceivePack​(org.eclipse.jgit.lib.Repository into)
    • Method Detail

      • setAdvertisedRefs

        public void setAdvertisedRefs​(Map<String,​org.eclipse.jgit.lib.Ref> allRefs,
                                      Set<org.eclipse.jgit.lib.ObjectId> additionalHaves)
        Overrides:
        setAdvertisedRefs in class org.eclipse.jgit.transport.ReceivePack
      • executeCommands

        protected void executeCommands()
        Overrides:
        executeCommands in class org.eclipse.jgit.transport.ReceivePack