Interface GitPackConfiguration


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

  • Method Details

    • configureReceivePack

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

      default void configureUploadPack(ServerSession session, org.eclipse.jgit.transport.UploadPack pack)