Class GitScriptlerRepositorySSHAccess

  • All Implemented Interfaces:
    ExtensionPoint

    @Extension
    public class GitScriptlerRepositorySSHAccess
    extends org.jenkinsci.plugins.gitserver.RepositoryResolver
    Exposes this repository over SSH.
    Author:
    Dominik Bartholdi (imod)
    • Constructor Detail

      • GitScriptlerRepositorySSHAccess

        public GitScriptlerRepositorySSHAccess()
    • Method Detail

      • createReceivePack

        public org.eclipse.jgit.transport.ReceivePack createReceivePack​(String fullRepositoryName)
                                                                 throws IOException
        Specified by:
        createReceivePack in class org.jenkinsci.plugins.gitserver.RepositoryResolver
        Throws:
        IOException
        See Also:
        RepositoryResolver.createReceivePack(java.lang.String)
      • createUploadPack

        public org.eclipse.jgit.transport.UploadPack createUploadPack​(String fullRepositoryName)
                                                               throws IOException
        Specified by:
        createUploadPack in class org.jenkinsci.plugins.gitserver.RepositoryResolver
        Throws:
        IOException
        See Also:
        RepositoryResolver.createUploadPack(java.lang.String)