Interface GitPackConfiguration


  • public interface GitPackConfiguration
    Interface specifying methods that can be used to configure JGit's pack objects.
    • Method Detail

      • configureReceivePack

        default void configureReceivePack​(org.apache.sshd.server.session.ServerSession session,
                                          org.eclipse.jgit.transport.ReceivePack pack)
      • configureUploadPack

        default void configureUploadPack​(org.apache.sshd.server.session.ServerSession session,
                                         org.eclipse.jgit.transport.UploadPack pack)